Add v1.50-1.52 releases of grpc-go to interop matrix (#31700)

pull/30935/merge
Doug Fawley 2 years ago committed by GitHub
parent aea02409bb
commit d26d68ab82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tools/interop_matrix/client_matrix.py

@ -208,6 +208,9 @@ LANG_RELEASE_MATRIX = {
('v1.47.0', ReleaseInfo(runtimes=['go1.16'])),
('v1.48.0', ReleaseInfo(runtimes=['go1.16'])),
('v1.49.0', ReleaseInfo(runtimes=['go1.16'])),
('v1.50.1', ReleaseInfo(runtimes=['go1.16'])),
('v1.51.0', ReleaseInfo(runtimes=['go1.16'])),
('v1.52.0', ReleaseInfo(runtimes=['go1.19'])),
]),
'java':
OrderedDict([

Loading…
Cancel
Save