Skip to content

Commit

Permalink
Add v1.38.0 release of grpc-go to interop matrix (grpc#26316)
Browse files Browse the repository at this point in the history
  • Loading branch information
easwars authored May 21, 2021
1 parent cc22375 commit e8a1098
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 @@ -187,6 +187,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
('v1.36.0', ReleaseInfo(runtimes=['go1.11'])),
('v1.37.0', ReleaseInfo(runtimes=['go1.11'])),
# NOTE: starting from release v1.38.0, use runtimes=['go1.16']
('v1.38.0', ReleaseInfo(runtimes=['go1.16'])),
]),
'java':
OrderedDict([
Expand Down

0 comments on commit e8a1098

Please sign in to comment.