Add v1.52.1-1.52.3 release of grpc-go to interop matrix (#32205)

* Add v1.52.3 release of grpc-go to interop matrix

* Add only v1.52.3 release of grpc-go to interop matrix
pull/32250/head
Arvind Bright 2 years ago committed by GitHub
parent ff88928415
commit c6cdda03e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/interop_matrix/client_matrix.py

@ -211,6 +211,7 @@ LANG_RELEASE_MATRIX = {
('v1.50.1', ReleaseInfo(runtimes=['go1.16'])),
('v1.51.0', ReleaseInfo(runtimes=['go1.16'])),
('v1.52.0', ReleaseInfo(runtimes=['go1.19'])),
('v1.52.3', ReleaseInfo(runtimes=['go1.19'])),
]),
'java':
OrderedDict([

Loading…
Cancel
Save