diff options
author | Menghan Li <menghanl@google.com> | 2017-12-04 14:37:48 -0800 |
---|---|---|
committer | Menghan Li <menghanl@google.com> | 2017-12-07 14:25:27 -0800 |
commit | f7b8fa1753bca8697b468b72014630991c507bff (patch) | |
tree | 153784020d924bc923adf4b6eac8334a6a0cc0b3 /tools | |
parent | a8021572683c4a6e6af59888cf3a000933abe00c (diff) |
Add go release versions to client_matrix.py
Diffstat (limited to 'tools')
-rw-r--r-- | tools/interop_matrix/client_matrix.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index 7b02f51725..7281307363 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -66,11 +66,8 @@ LANG_RELEASE_MATRIX = { {'v1.4.2': None}, {'v1.5.2': None}, {'v1.6.0': None}, - {'v1.7.0': None}, - {'v1.7.1': None}, - {'v1.7.2': None}, - {'v1.7.3': None}, - {'v1.8.0': None}, + {'v1.7.4': None}, + {'v1.8.1': None}, ], 'java': [ {'v1.0.3': None}, |