Add v1.48.0 release of grpc-go to interop matrix (#30281)

pull/30593/head
Easwar Swaminathan 2 years ago committed by GitHub
parent 979f8c150d
commit 793d0d15c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/interop_matrix/client_matrix.py

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

Loading…
Cancel
Save