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

Closes #35346

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35346 from zasweq:go-patch-release d0d1a89465
PiperOrigin-RevId: 592406029
pull/35359/head
Zach Reyes 1 year ago committed by Copybara-Service
parent 391a0810ae
commit 023305fd63
  1. 2
      tools/interop_matrix/client_matrix.py

@ -293,7 +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"])),
("v1.60.1", ReleaseInfo(runtimes=["go1.19"])),
]
),
"java": OrderedDict(

Loading…
Cancel
Save