Add v1.41.0 release of grpc-go to interop matrix (#27477)

pull/27488/head
Doug Fawley 3 years ago committed by GitHub
parent a265c6d6b2
commit 0c82838860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/interop_matrix/client_matrix.py

@ -192,6 +192,7 @@ LANG_RELEASE_MATRIX = {
('v1.38.1', ReleaseInfo(runtimes=['go1.16'])),
('v1.39.1', ReleaseInfo(runtimes=['go1.16'])),
('v1.40.0', ReleaseInfo(runtimes=['go1.16'])),
('v1.41.0', ReleaseInfo(runtimes=['go1.16'])),
]),
'java':
OrderedDict([

Loading…
Cancel
Save