Skip to content

Commit

Permalink
Merge pull request grpc#17730 from lyuxuan/go_release
Browse files Browse the repository at this point in the history
Add v1.18.0 releases of grpc-go to interop matrix
  • Loading branch information
lyuxuan authored Jan 16, 2019
2 parents 40b35de + c55ff1b commit eebfcd7
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 @@ -118,6 +118,7 @@ def __init__(self, patch=[], runtime_subset=[], testcases_file=None):
('v1.15.0', ReleaseInfo(runtime_subset=['go1.8'])),
('v1.16.0', ReleaseInfo(runtime_subset=['go1.8'])),
('v1.17.0', ReleaseInfo(runtime_subset=['go1.11'])),
('v1.18.0', ReleaseInfo(runtime_subset=['go1.11'])),
]),
'java':
OrderedDict([
Expand Down

0 comments on commit eebfcd7

Please sign in to comment.