aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar adelez <adelez@google.com>2018-03-28 10:03:06 -0700
committerGravatar GitHub <noreply@github.com>2018-03-28 10:03:06 -0700
commitd7aa8f7c266541cf9e07a1332cc1aa14408a76dd (patch)
tree2c89922363d673918049deeda6cce71b177f87ef
parent31bdbbeacf84d3a1e867e50b312c9cf46afc20db (diff)
parent8ba39a99cb719673c46f57b6389eeb95c37ed331 (diff)
Merge pull request #14834 from menghanl/fix_release_matrix
Add go release versions to client_matrix.py
-rw-r--r--tools/interop_matrix/client_matrix.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py
index aa45f7fa35..83a593ffde 100644
--- a/tools/interop_matrix/client_matrix.py
+++ b/tools/interop_matrix/client_matrix.py
@@ -119,6 +119,9 @@ LANG_RELEASE_MATRIX = {
{
'v1.10.0': None
},
+ {
+ 'v1.11.0': None
+ },
],
'java': [
{