aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar adelez <adelez@google.com>2017-12-08 21:09:18 -0800
committerGravatar GitHub <noreply@github.com>2017-12-08 21:09:18 -0800
commit9a1c51dec94c13de3c8217a3af265ad513ab9c1a (patch)
tree51e94bf1fa8258996ebd4f4cd15d40196d7c2188
parent7a64e6964e18c4c9a642134ebea89ccbb5c75c2e (diff)
parentf7b8fa1753bca8697b468b72014630991c507bff (diff)
Merge pull request #13646 from menghanl/release_matrix
Add go release versions to client_matrix.py
-rw-r--r--tools/interop_matrix/client_matrix.py7
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},