Add v1.49.0 release of grpc-go to interop matrix (#30719)

pull/31085/head
Zach Reyes 2 years ago committed by GitHub
parent c0e5e35c7a
commit f7c3f4df3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/interop_matrix/client_matrix.py

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

Loading…
Cancel
Save