[interop] Update go version v1.56.x and v1.57.x interop matrix (#34652)

Add two patch releases
pull/34716/head
Zach Reyes 1 year ago committed by GitHub
parent 776b2210c6
commit 6d669e9c78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tools/interop_matrix/client_matrix.py

@ -288,8 +288,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"])),
("v1.56.3", ReleaseInfo(runtimes=["go1.19"])),
("v1.57.1", ReleaseInfo(runtimes=["go1.19"])),
("v1.58.3", ReleaseInfo(runtimes=["go1.19"])),
]
),

Loading…
Cancel
Save