From 997d31ef60f2fad52e4288ef5dcb36c638d04e5d Mon Sep 17 00:00:00 2001 From: Menghan Li Date: Tue, 20 Oct 2020 16:14:24 -0700 Subject: [PATCH] Add v1.33.1 release of grpc-go to interop matrix Also add the missing old releases --- tools/interop_matrix/client_matrix.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index 2694e4f1c1f..e258a5b8f41 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -159,6 +159,10 @@ LANG_RELEASE_MATRIX = { ('v1.27.1', ReleaseInfo(runtimes=['go1.11'])), ('v1.28.0', ReleaseInfo(runtimes=['go1.11'])), ('v1.29.0', ReleaseInfo(runtimes=['go1.11'])), + ('v1.30.0', ReleaseInfo(runtimes=['go1.11'])), + ('v1.31.1', ReleaseInfo(runtimes=['go1.11'])), + ('v1.32.0', ReleaseInfo(runtimes=['go1.11'])), + ('v1.33.1', ReleaseInfo(runtimes=['go1.11'])), ]), 'java': OrderedDict([