Add v1.29.0 release of grpc-go to interop matrix

pull/22731/head
Easwar Swaminathan 5 years ago
parent c07ddb4504
commit 2b00d09e45
  1. 1
      tools/interop_matrix/client_matrix.py

@ -155,6 +155,7 @@ LANG_RELEASE_MATRIX = {
('v1.26.0', ReleaseInfo(runtimes=['go1.11'])), ('v1.26.0', ReleaseInfo(runtimes=['go1.11'])),
('v1.27.1', ReleaseInfo(runtimes=['go1.11'])), ('v1.27.1', ReleaseInfo(runtimes=['go1.11'])),
('v1.28.0', ReleaseInfo(runtimes=['go1.11'])), ('v1.28.0', ReleaseInfo(runtimes=['go1.11'])),
('v1.29.0', ReleaseInfo(runtimes=['go1.11'])),
]), ]),
'java': 'java':
OrderedDict([ OrderedDict([

Loading…
Cancel
Save