[Test] Add v1.55.0 release of grpc-go to interop matrix (#33022)

I noticed that the [PR](https://github.com/grpc/grpc/pull/32683) to add
v1.54.0 is still not merged. So, I added a line for that as well.
pull/33031/head
Easwar Swaminathan 2 years ago committed by GitHub
parent ee0aaacbde
commit f68081767a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/interop_matrix/client_matrix.py

@ -215,6 +215,8 @@ LANG_RELEASE_MATRIX = {
('v1.51.0', ReleaseInfo(runtimes=['go1.16'])),
('v1.52.3', ReleaseInfo(runtimes=['go1.19'])),
('v1.53.0', ReleaseInfo(runtimes=['go1.19'])),
('v1.54.1', ReleaseInfo(runtimes=['go1.19'])),
('v1.55.0', ReleaseInfo(runtimes=['go1.19'])),
]),
'java':
OrderedDict([

Loading…
Cancel
Save