[interop] Add v1.57.0 release of grpc-go to interop matrix, and v1.56.2 (#33886)

pull/33899/head
Doug Fawley 1 year ago committed by GitHub
parent 4477930b6c
commit 5974ea7553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/interop_matrix/client_matrix.py

@ -286,6 +286,8 @@ LANG_RELEASE_MATRIX = {
("v1.53.0", ReleaseInfo(runtimes=["go1.19"])),
("v1.54.1", ReleaseInfo(runtimes=["go1.19"])),
("v1.55.0", ReleaseInfo(runtimes=["go1.19"])),
("v1.56.2", ReleaseInfo(runtimes=["go1.19"])),
("v1.57.0", ReleaseInfo(runtimes=["go1.19"])),
]
),
"java": OrderedDict(

Loading…
Cancel
Save