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

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

@ -289,7 +289,7 @@ LANG_RELEASE_MATRIX = {
("v1.54.1", ReleaseInfo(runtimes=["go1.19"])),
("v1.55.0", ReleaseInfo(runtimes=["go1.19"])),
("v1.56.3", ReleaseInfo(runtimes=["go1.19"])),
("v1.57.1", ReleaseInfo(runtimes=["go1.19"])),
("v1.57.2", ReleaseInfo(runtimes=["go1.19"])),
("v1.58.3", ReleaseInfo(runtimes=["go1.19"])),
("v1.59.0", ReleaseInfo(runtimes=["go1.19"])),
]

Loading…
Cancel
Save