[interop] Add v1.60.0 release of grpc-go to interop matrix (#35282)

Closes #35282

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35282 from easwars:go_release a2c695cb1e
PiperOrigin-RevId: 591284158
pull/35326/head
Easwar Swaminathan 12 months ago committed by Copybara-Service
parent c5cffaeb0e
commit 706d8b315b
  1. 1
      tools/interop_matrix/client_matrix.py

@ -293,6 +293,7 @@ LANG_RELEASE_MATRIX = {
("v1.57.2", ReleaseInfo(runtimes=["go1.19"])),
("v1.58.3", ReleaseInfo(runtimes=["go1.19"])),
("v1.59.0", ReleaseInfo(runtimes=["go1.19"])),
("v1.60.0", ReleaseInfo(runtimes=["go1.19"])),
]
),
"java": OrderedDict(

Loading…
Cancel
Save