From 8a07394a4631ccdccde7e39028ec0f76c869b17b Mon Sep 17 00:00:00 2001 From: Zach Reyes <39203661+zasweq@users.noreply.github.com> Date: Thu, 15 Jul 2021 12:48:09 -0400 Subject: [PATCH] Add v1.39.0 release of grpc-go to interop matrix (#26586) --- tools/interop_matrix/client_matrix.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index 0644999f241..b430dee7368 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -188,7 +188,8 @@ LANG_RELEASE_MATRIX = { ('v1.36.0', ReleaseInfo(runtimes=['go1.11'])), ('v1.37.0', ReleaseInfo(runtimes=['go1.11'])), # NOTE: starting from release v1.38.0, use runtimes=['go1.16'] - ('v1.38.0', ReleaseInfo(runtimes=['go1.16'])), + ('v1.38.1', ReleaseInfo(runtimes=['go1.16'])), + ('v1.39.0', ReleaseInfo(runtimes=['go1.16'])), ]), 'java': OrderedDict([