diff options
author | Menghan Li <menghanl@google.com> | 2017-11-21 13:32:47 -0800 |
---|---|---|
committer | Menghan Li <menghanl@google.com> | 2017-11-21 13:32:47 -0800 |
commit | a4f03206431e93cf425d9b6aaeebfaac1cbc6a3d (patch) | |
tree | 7775a8083a96285d9e0ad1faadc8921020d7675d /tools/interop_matrix | |
parent | 9c26f6866ac31c5ebe1d4bb48e81cdda5264921a (diff) |
Add go release versions to client_matrix.py
Diffstat (limited to 'tools/interop_matrix')
-rw-r--r-- | tools/interop_matrix/client_matrix.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index c8dbb3ae66..cbfaafee1d 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -53,6 +53,10 @@ LANG_RELEASE_MATRIX = { 'v1.5.2', 'v1.6.0', 'v1.7.0', + 'v1.7.1', + 'v1.7.2', + 'v1.7.3', + 'v1.8.0', ], 'java': [ 'v1.0.3', |