Add v1.36.0 release of grpc-go to interop matrix (#25553)

pull/25649/head
Menghan Li 4 years ago committed by GitHub
parent 95b2b8250c
commit 262024be79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/interop_matrix/client_matrix.py

@ -182,6 +182,7 @@ LANG_RELEASE_MATRIX = {
ReleaseInfo(runtimes=['go1.11'], testcases_file='go__v1.20.0')),
('v1.34.0', ReleaseInfo(runtimes=['go1.11'])),
('v1.35.0', ReleaseInfo(runtimes=['go1.11'])),
('v1.36.0', ReleaseInfo(runtimes=['go1.11'])),
]),
'java':
OrderedDict([

Loading…
Cancel
Save