Skip to content

Commit fe70af2

Browse files
authored
[interop] Add v1.58.2 release of grpc-go to interop matrix (#34449)
1 parent a5b2150 commit fe70af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/interop_matrix/client_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
290290
("v1.55.0", ReleaseInfo(runtimes=["go1.19"])),
291291
("v1.56.2", ReleaseInfo(runtimes=["go1.19"])),
292292
("v1.57.0", ReleaseInfo(runtimes=["go1.19"])),
293-
("v1.58.0", ReleaseInfo(runtimes=["go1.19"])),
293+
("v1.58.2", ReleaseInfo(runtimes=["go1.19"])),
294294
]
295295
),
296296
"java": OrderedDict(

0 commit comments

Comments
 (0)