Add v1.53.0 release of grpc-go to interop matrix (#32316)

pull/23431/head
Doug Fawley 2 years ago committed by GitHub
parent 7af4bc7f1a
commit 03628a6400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/interop_matrix/client_matrix.py

@ -212,6 +212,7 @@ LANG_RELEASE_MATRIX = {
('v1.50.1', ReleaseInfo(runtimes=['go1.16'])),
('v1.51.0', ReleaseInfo(runtimes=['go1.16'])),
('v1.52.3', ReleaseInfo(runtimes=['go1.19'])),
('v1.53.0', ReleaseInfo(runtimes=['go1.19'])),
]),
'java':
OrderedDict([

Loading…
Cancel
Save