[interop] Add v1.60.1 release of grpc-go to interop matrix

pull/35346/head
Zach Reyes 1 year ago
parent 6d35000c17
commit d0d1a89465
  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