aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArvind Bright <arvindbright@google.com>2024-04-08 17:10:34 -0700
committerCopybara-Service <copybara-worker@google.com>2024-04-08 17:23:08 -0700
commit3eb3e63eb32b5ab49548613df40cd507729dcdf7 (patch)
tree4d1c9b11659289391db87f0d88f3417e6626850e
parente5015e71f39ab998f1afd303bfe4d27d23575239 (diff)
downloadgrpc-grpc-3eb3e63eb32b5ab49548613df40cd507729dcdf7.tar.gz
[interop] Add v1.62.2 release of grpc-go to interop matrix (#36251)
Closes #36251 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36251 from arvindbr8:go_release_1.62.2 470fb3752abe01a8959546f78093740d7b163523 PiperOrigin-RevId: 622992946
-rw-r--r--tools/interop_matrix/client_matrix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py
index f792aab12a..5020b9bea1 100644
--- a/tools/interop_matrix/client_matrix.py
+++ b/tools/interop_matrix/client_matrix.py
@@ -297,7 +297,7 @@ LANG_RELEASE_MATRIX = {
("v1.59.0", ReleaseInfo(runtimes=["go1.19"])),
("v1.60.1", ReleaseInfo(runtimes=["go1.19"])),
("v1.61.0", ReleaseInfo(runtimes=["go1.19"])),
- ("v1.62.1", ReleaseInfo(runtimes=["go1.19"])),
+ ("v1.62.2", ReleaseInfo(runtimes=["go1.19"])),
("v1.63.0", ReleaseInfo(runtimes=["go1.19"])),
]
),