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

pull/34793/head
Arvind Bright 1 year ago committed by GitHub
parent a3f2e08202
commit 485ff14990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/interop_matrix/client_matrix.py

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

Loading…
Cancel
Save