From 2b2a34d8dd5b13118e8834729e5a93e491a08577 Mon Sep 17 00:00:00 2001 From: Zach Reyes <39203661+zasweq@users.noreply.github.com> Date: Thu, 12 Oct 2023 12:59:49 -0400 Subject: [PATCH] [interop] Add v1.58.3 release of grpc-go to interop matrix (#34650) --- 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 269c29f2b95..8dc1776330f 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.2", ReleaseInfo(runtimes=["go1.19"])), + ("v1.58.3", ReleaseInfo(runtimes=["go1.19"])), ] ), "java": OrderedDict(