Add v1.42.0 release of grpc-go to interop matrix (#27985)

pull/28130/head
Zach Reyes 3 years ago committed by GitHub
parent 4dd0bba12e
commit 266c93fa3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/interop_matrix/client_matrix.py

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

Loading…
Cancel
Save