Add v1.39.0 release of grpc-go to interop matrix (#26586)

This commit is contained in:
Zach Reyes 2021-07-15 12:48:09 -04:00 committed by GitHub
parent a4b43ccdf2
commit 8a07394a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -188,7 +188,8 @@ LANG_RELEASE_MATRIX = {
('v1.36.0', ReleaseInfo(runtimes=['go1.11'])),
('v1.37.0', ReleaseInfo(runtimes=['go1.11'])),
# NOTE: starting from release v1.38.0, use runtimes=['go1.16']
('v1.38.0', ReleaseInfo(runtimes=['go1.16'])),
('v1.38.1', ReleaseInfo(runtimes=['go1.16'])),
('v1.39.0', ReleaseInfo(runtimes=['go1.16'])),
]),
'java':
OrderedDict([