From f7c3f4df3a8b18efb8f670c3c9d33eecafb5320b Mon Sep 17 00:00:00 2001 From: Zach Reyes <39203661+zasweq@users.noreply.github.com> Date: Wed, 21 Sep 2022 13:47:32 -0400 Subject: [PATCH] Add v1.49.0 release of grpc-go to interop matrix (#30719) --- tools/interop_matrix/client_matrix.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index 73dec5d50ee..0568b179788 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -206,6 +206,7 @@ LANG_RELEASE_MATRIX = { ('v1.46.0', ReleaseInfo(runtimes=['go1.16'])), ('v1.47.0', ReleaseInfo(runtimes=['go1.16'])), ('v1.48.0', ReleaseInfo(runtimes=['go1.16'])), + ('v1.49.0', ReleaseInfo(runtimes=['go1.16'])), ]), 'java': OrderedDict([