Skip to content

Commit

Permalink
[interop] Add 1.63.3 and 1.64.1 and 1.65.0 releases of grpc-go to int…
Browse files Browse the repository at this point in the history
…erop matrix
  • Loading branch information
arjan-bal committed Jul 9, 2024
1 parent aaf12c5 commit fca99a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/interop_matrix/client_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,9 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
("v1.60.1", ReleaseInfo(runtimes=["go1.19"])),
("v1.61.2", ReleaseInfo(runtimes=["go1.19"])),
("v1.62.2", ReleaseInfo(runtimes=["go1.19"])),
("v1.63.2", ReleaseInfo(runtimes=["go1.19"])),
("v1.64.0", ReleaseInfo()),
("v1.63.3", ReleaseInfo()),
("v1.64.1", ReleaseInfo()),
("v1.65.0", ReleaseInfo()),
]
),
"java": OrderedDict(
Expand Down

0 comments on commit fca99a0

Please sign in to comment.