From b6989ff3e4fa2b7928867b5575efa3d2291f1d0d Mon Sep 17 00:00:00 2001 From: Gina Yeh Date: Tue, 9 Apr 2024 16:47:58 -0700 Subject: [PATCH] [interop] Add 1.63.2 release of grpc-go to interop matrix (#36305) Closes #36305 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36305 from ginayeh:go_release 6eb1f2cdc1afb4dad246298cd2dc5587e04e4671 PiperOrigin-RevId: 623317762 --- 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 c899df165ec..bcb9bcf8769 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -298,7 +298,7 @@ LANG_RELEASE_MATRIX = { ("v1.60.1", ReleaseInfo(runtimes=["go1.19"])), ("v1.61.2", ReleaseInfo(runtimes=["go1.19"])), ("v1.62.2", ReleaseInfo(runtimes=["go1.19"])), - ("v1.63.0", ReleaseInfo(runtimes=["go1.19"])), + ("v1.63.2", ReleaseInfo(runtimes=["go1.19"])), ] ), "java": OrderedDict(