Skip to content

Commit

Permalink
[interop] Add 1.63.2 release of grpc-go to interop matrix (#36305)
Browse files Browse the repository at this point in the history
<!--

If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the appropriate
lang label.

-->

Closes #36305

COPYBARA_INTEGRATE_REVIEW=#36305 from ginayeh:go_release 6eb1f2c
PiperOrigin-RevId: 623317762
  • Loading branch information
ginayeh authored and copybara-github committed Apr 9, 2024
1 parent 0d2ad09 commit b6989ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/interop_matrix/client_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
("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(
Expand Down

0 comments on commit b6989ff

Please sign in to comment.