Add v1.25.0 release of grpc-go to interop matrix (#20945)

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

@ -149,6 +149,7 @@ LANG_RELEASE_MATRIX = {
('v1.22.3', ReleaseInfo(runtimes=['go1.11'])),
('v1.23.1', ReleaseInfo(runtimes=['go1.11'])),
('v1.24.0', ReleaseInfo(runtimes=['go1.11'])),
('v1.25.0', ReleaseInfo(runtimes=['go1.11'])),
]),
'java':
OrderedDict([

Loading…
Cancel
Save