diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index 6a8ed32a83a..5589b97ad49 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -189,7 +189,8 @@ LANG_RELEASE_MATRIX = { ('v1.37.0', ReleaseInfo(runtimes=['go1.11'])), # NOTE: starting from release v1.38.0, use runtimes=['go1.16'] ('v1.38.1', ReleaseInfo(runtimes=['go1.16'])), - ('v1.39.0', ReleaseInfo(runtimes=['go1.16'])), + ('v1.39.1', ReleaseInfo(runtimes=['go1.16'])), + ('v1.40.0', ReleaseInfo(runtimes=['go1.16'])), ]), 'java': OrderedDict([