Add 1.21.1 and 1.22.1 of grpc-go to interop matrix

pull/19753/head
Menghan Li 6 years ago
parent 5b059698dc
commit 6b7664f642
  1. 4
      tools/interop_matrix/client_matrix.py

@ -142,8 +142,8 @@ LANG_RELEASE_MATRIX = {
('v1.19.0',
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'])),
('v1.21.2', ReleaseInfo(runtimes=['go1.11'])),
('v1.22.1', ReleaseInfo(runtimes=['go1.11'])),
]),
'java':
OrderedDict([

Loading…
Cancel
Save