Add v1.47.0 release of grpc-go to interop matrix (#29846)

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

@ -202,6 +202,7 @@ LANG_RELEASE_MATRIX = {
('v1.44.0', ReleaseInfo(runtimes=['go1.16'])),
('v1.45.0', ReleaseInfo(runtimes=['go1.16'])),
('v1.46.0', ReleaseInfo(runtimes=['go1.16'])),
('v1.47.0', ReleaseInfo(runtimes=['go1.16'])),
]),
'java':
OrderedDict([

Loading…
Cancel
Save