From 3fa9483786f98b547e68c6bb981c03c409a31de7 Mon Sep 17 00:00:00 2001 From: Zach Reyes Date: Wed, 21 Feb 2024 23:42:11 +0000 Subject: [PATCH] Add gRPC-Go version 1.62.0 to interop matrix --- 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 48caa2560a0..0c3a9709d1c 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -296,6 +296,7 @@ LANG_RELEASE_MATRIX = { ("v1.59.0", ReleaseInfo(runtimes=["go1.19"])), ("v1.60.1", ReleaseInfo(runtimes=["go1.19"])), ("v1.61.0", ReleaseInfo(runtimes=["go1.19"])), + ("v1.62.0", ReleaseInfo(runtimes=["go1.19"])), ] ), "java": OrderedDict(