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

pull/34478/head
Gina Yeh 1 year ago committed by GitHub
parent a5b215024c
commit fe70af228b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/interop_matrix/client_matrix.py

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

Loading…
Cancel
Save