Add release of grpc-go to interop matrix (#26893)

pull/26996/head
Menghan Li 4 years ago committed by GitHub
parent 96fb5d4482
commit aa6af14622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tools/interop_matrix/client_matrix.py

@ -189,7 +189,8 @@ LANG_RELEASE_MATRIX = {
('v1.37.0', ReleaseInfo(runtimes=['go1.11'])), ('v1.37.0', ReleaseInfo(runtimes=['go1.11'])),
# NOTE: starting from release v1.38.0, use runtimes=['go1.16'] # NOTE: starting from release v1.38.0, use runtimes=['go1.16']
('v1.38.1', ReleaseInfo(runtimes=['go1.16'])), ('v1.38.1', ReleaseInfo(runtimes=['go1.16'])),
('v1.39.0', ReleaseInfo(runtimes=['go1.16'])), ('v1.39.1', ReleaseInfo(runtimes=['go1.16'])),
('v1.40.0', ReleaseInfo(runtimes=['go1.16'])),
]), ]),
'java': 'java':
OrderedDict([ OrderedDict([

Loading…
Cancel
Save