From 7899c9d04cc2149c46f9f61795b03f250fcb0e3f Mon Sep 17 00:00:00 2001 From: Arvind Bright Date: Wed, 18 Oct 2023 18:45:02 +0000 Subject: [PATCH] [interop] Add v1.57.2 release of grpc-go to interop matrix --- 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 e78d83563c20c..82031df25f075 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -289,7 +289,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None): ("v1.54.1", ReleaseInfo(runtimes=["go1.19"])), ("v1.55.0", ReleaseInfo(runtimes=["go1.19"])), ("v1.56.3", ReleaseInfo(runtimes=["go1.19"])), - ("v1.57.1", ReleaseInfo(runtimes=["go1.19"])), + ("v1.57.2", ReleaseInfo(runtimes=["go1.19"])), ("v1.58.3", ReleaseInfo(runtimes=["go1.19"])), ] ),