From fe70af228bd5fc6b31b4bcb66dceaf0d79361aee Mon Sep 17 00:00:00 2001 From: Gina Yeh Date: Mon, 25 Sep 2023 14:05:52 -0700 Subject: [PATCH] [interop] Add v1.58.2 release of grpc-go to interop matrix (#34449) --- tools/interop_matrix/client_matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index 88995b4b0fe..269c29f2b95 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -290,7 +290,7 @@ LANG_RELEASE_MATRIX = { ("v1.55.0", ReleaseInfo(runtimes=["go1.19"])), ("v1.56.2", ReleaseInfo(runtimes=["go1.19"])), ("v1.57.0", ReleaseInfo(runtimes=["go1.19"])), - ("v1.58.0", ReleaseInfo(runtimes=["go1.19"])), + ("v1.58.2", ReleaseInfo(runtimes=["go1.19"])), ] ), "java": OrderedDict(