Skip to content

Commit

Permalink
[Test] Add v1.55.0 release of grpc-go to interop matrix (grpc#33022)
Browse files Browse the repository at this point in the history
I noticed that the [PR](grpc#32683) to add
v1.54.0 is still not merged. So, I added a line for that as well.
  • Loading branch information
easwars authored May 5, 2023
1 parent ee0aaac commit f680817
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/interop_matrix/client_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
('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([
Expand Down

0 comments on commit f680817

Please sign in to comment.