Skip to content

Commit

Permalink
[interop] Add v1.57.2 release of grpc-go to interop matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindbr8 committed Oct 18, 2023
1 parent 940e2c3 commit 7899c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/interop_matrix/client_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
("v1.54.1", ReleaseInfo(runtimes=["go1.19"])),
("v1.55.0", ReleaseInfo(runtimes=["go1.19"])),
("v1.56.3", ReleaseInfo(runtimes=["go1.19"])),
("v1.57.1", ReleaseInfo(runtimes=["go1.19"])),
("v1.57.2", ReleaseInfo(runtimes=["go1.19"])),
("v1.58.3", ReleaseInfo(runtimes=["go1.19"])),
]
),
Expand Down

0 comments on commit 7899c9d

Please sign in to comment.