diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index ce99baa8432..a1829341fd4 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -289,7 +289,7 @@ LANG_RELEASE_MATRIX = { ("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"])), ("v1.59.0", ReleaseInfo(runtimes=["go1.19"])), ]