Skip to content

Commit

Permalink
[interop] Add v1.60.0 release of grpc-go to interop matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
easwars committed Dec 12, 2023
1 parent b63a21b commit a2c695c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/interop_matrix/client_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
("v1.57.2", ReleaseInfo(runtimes=["go1.19"])),
("v1.58.3", ReleaseInfo(runtimes=["go1.19"])),
("v1.59.0", ReleaseInfo(runtimes=["go1.19"])),
("v1.60.0", ReleaseInfo(runtimes=["go1.19"])),
]
),
"java": OrderedDict(
Expand Down

0 comments on commit a2c695c

Please sign in to comment.