Merge pull request #24504 from menghanl/go_release

Add v1.33.1 release of grpc-go to interop matrix
pull/24516/head
Menghan Li 4 years ago committed by GitHub
commit 86c6ae9b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tools/interop_matrix/client_matrix.py

@ -159,6 +159,10 @@ LANG_RELEASE_MATRIX = {
('v1.27.1', ReleaseInfo(runtimes=['go1.11'])),
('v1.28.0', ReleaseInfo(runtimes=['go1.11'])),
('v1.29.0', ReleaseInfo(runtimes=['go1.11'])),
('v1.30.0', ReleaseInfo(runtimes=['go1.11'])),
('v1.31.1', ReleaseInfo(runtimes=['go1.11'])),
('v1.32.0', ReleaseInfo(runtimes=['go1.11'])),
('v1.33.1', ReleaseInfo(runtimes=['go1.11'])),
]),
'java':
OrderedDict([

Loading…
Cancel
Save