From 2e0405e97f7b512357cdac2098c349d09a5ad4e8 Mon Sep 17 00:00:00 2001 From: Arvind Bright Date: Wed, 3 Apr 2024 22:01:38 +0000 Subject: [PATCH] [interop] Add v1.62.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 c66369efd03ba..37acafccb29e2 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -297,7 +297,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None): ("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"])), ] ), "java": OrderedDict(