[interop] Add v1.62.2 release of grpc-go to interop matrix (#36251)

Closes #36251

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36251 from arvindbr8:go_release_1.62.2 470fb3752a
PiperOrigin-RevId: 622992946
This commit is contained in:
Arvind Bright 2024-04-08 17:10:34 -07:00 committed by Copybara-Service
parent e5015e71f3
commit 3eb3e63eb3
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ LANG_RELEASE_MATRIX = {
("v1.59.0", ReleaseInfo(runtimes=["go1.19"])),
("v1.60.1", ReleaseInfo(runtimes=["go1.19"])),
("v1.61.0", ReleaseInfo(runtimes=["go1.19"])),
("v1.62.1", ReleaseInfo(runtimes=["go1.19"])),
("v1.62.2", ReleaseInfo(runtimes=["go1.19"])),
("v1.63.0", ReleaseInfo(runtimes=["go1.19"])),
]
),