[interop] Add grpc-go 1.58.0 to client_matrix (#34271)

pull/34230/head^2
Arvind Bright 1 year ago committed by GitHub
parent 1d136fd05f
commit ed310023cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/interop_matrix/client_matrix.py

@ -289,6 +289,7 @@ LANG_RELEASE_MATRIX = {
("v1.55.0", ReleaseInfo(runtimes=["go1.19"])),
("v1.56.2", ReleaseInfo(runtimes=["go1.19"])),
("v1.57.0", ReleaseInfo(runtimes=["go1.19"])),
("v1.58.0", ReleaseInfo(runtimes=["go1.19"])),
]
),
"java": OrderedDict(

Loading…
Cancel
Save