Merge pull request #13646 from menghanl/release_matrix

Add go release versions to client_matrix.py
pull/13700/head
adelez 7 years ago committed by GitHub
commit 9a1c51dec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      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},

Loading…
Cancel
Save