Merge pull request #22731 from easwars/go_release

Add v1.29.0 release of grpc-go to interop matrix
pull/22674/head
Jan Tattermusch 5 years ago committed by GitHub
commit 35b24e530c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/interop_matrix/client_matrix.py

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

Loading…
Cancel
Save