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

pull/34629/head
Zach Reyes 1 year ago committed by GitHub
parent c9df0ca470
commit 2b2a34d8dd
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.2", ReleaseInfo(runtimes=["go1.19"])),
("v1.58.3", ReleaseInfo(runtimes=["go1.19"])),
]
),
"java": OrderedDict(

Loading…
Cancel
Save