Add v1.22.0 release of grpc-go to interop matrix (#19538)

Add v1.22.0 release of grpc-go to interop matrix
pull/19742/head
Doug Fawley 6 years ago committed by GitHub
commit 5b059698dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/interop_matrix/client_matrix.py

@ -143,6 +143,7 @@ LANG_RELEASE_MATRIX = {
ReleaseInfo(runtimes=['go1.11'], testcases_file='go__v1.0.5')),
('v1.20.0', ReleaseInfo(runtimes=['go1.11'])),
('v1.21.0', ReleaseInfo(runtimes=['go1.11'])),
('v1.22.0', ReleaseInfo(runtimes=['go1.11'])),
]),
'java':
OrderedDict([

Loading…
Cancel
Save