From 9a25ffed27ba23cffe6046b29bb791282b35cc6f Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Thu, 30 May 2024 23:45:31 +0000 Subject: [PATCH] [Interop] Update image versions --- tools/interop_matrix/client_matrix.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index 3e79add7698..c22a8d59d0b 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -132,8 +132,8 @@ LANG_RELEASE_MATRIX = { ("v1.60.0", ReleaseInfo()), ("v1.61.0", ReleaseInfo()), ("v1.62.0", ReleaseInfo()), - ("v1.63.0", ReleaseInfo()), - ("v1.64.0", ReleaseInfo()), + ("v1.63.1", ReleaseInfo()), + ("v1.64.1", ReleaseInfo()), ] ), "go": OrderedDict( @@ -791,7 +791,7 @@ LANG_RELEASE_MATRIX = { ), ), ( - "v1.64.0", + "v1.64.1", ReleaseInfo( runtimes=["python"], testcases_file="python__master" ),