[interop] Add 1.63.2 release of grpc-go to interop matrix (#36305)

<!--

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=https://github.com/grpc/grpc/pull/36305 from ginayeh:go_release 6eb1f2cdc1
PiperOrigin-RevId: 623317762
pull/36325/head
Gina Yeh 9 months ago committed by Copybara-Service
parent 0d2ad09038
commit b6989ff3e4
  1. 2
      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(

Loading…
Cancel
Save