Merge pull request #23253 from voidzcy/release/build_1_30_1_release_image

Add grpc-java v1.30.1 to interop test client matrix
pull/23262/head
Mark D. Roth 5 years ago committed by GitHub
commit 66b0456360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/interop_matrix/client_matrix.py

@ -220,6 +220,7 @@ LANG_RELEASE_MATRIX = {
('v1.28.1', ReleaseInfo()),
('v1.29.0', ReleaseInfo()),
('v1.30.0', ReleaseInfo()),
('v1.30.1', ReleaseInfo()),
]),
'python':
OrderedDict([

Loading…
Cancel
Save