[interop] Add v1.65.1, v1.66.3, v1.67.1, v1.68.0 releases of grpc-go to interop matrix (#38151)

```sh
$ GO_VERSION="go1.x"

$ RELEASE_VERSION="v1.68.0"
$ cloud beta container images list-tags us-docker.pkg.dev/grpc-testing/testing-images-public/grpc_interop_"$GO_VERSION" | grep "v1.68.0"
3322975484f3  infrastructure-public-image-v1.68.0,v1.68.0                                                                    2024-11-18T03:53:29  CRITICAL=5,HIGH=146,LOW=291,MEDIUM=324

$ RELEASE_VERSION="v1.67.1"
$ gcloud beta container images list-tags us-docker.pkg.dev/grpc-testing/testing-images-public/grpc_interop_"$GO_VERSION" | grep "$RELEASE_VERSION"
825c7c7f999b  infrastructure-public-image-v1.67.1,v1.67.1                                                                    2024-11-18T04:18:00  CRITICAL=5,HIGH=146,LOW=291,MEDIUM=324

$ RELEASE_VERSION="v1.66.3"
$ gcloud beta container images list-tags us-docker.pkg.dev/grpc-testing/testing-images-public/grpc_interop_"$GO_VERSION" | grep "v1.66.3"
1e2f209caba2  infrastructure-public-image-v1.66.3,v1.66.3                                                                    2024-11-18T04:15:49  CRITICAL=5,HIGH=146,LOW=291,MEDIUM=324

$ RELEASE_VERSION="v1.65.1"
$ gcloud beta container images list-tags us-docker.pkg.dev/grpc-testing/testing-images-public/grpc_interop_"$GO_VERSION" | grep "v1.65.1"
fdc8e20a11bc  infrastructure-public-image-v1.65.1,v1.65.1                                                                    2024-11-18T04:13:51  CRITICAL=5,HIGH=146,LOW=291,MEDIUM=324
```

Closes #38151

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/38151 from purnesh42H:go_release 34cb7d5c9e
PiperOrigin-RevId: 697702833
pull/30067/merge
Purnesh Dixit 6 days ago committed by Copybara-Service
parent 3cc611c7df
commit 45dacbe861
  1. 7
      tools/interop_matrix/client_matrix.py

@ -305,9 +305,10 @@ LANG_RELEASE_MATRIX = {
("v1.62.2", ReleaseInfo(runtimes=["go1.19"])),
("v1.63.3", ReleaseInfo()),
("v1.64.1", ReleaseInfo()),
("v1.65.0", ReleaseInfo()),
("v1.66.2", ReleaseInfo()),
("v1.67.0", ReleaseInfo()),
("v1.65.1", ReleaseInfo()),
("v1.66.3", ReleaseInfo()),
("v1.67.1", ReleaseInfo()),
("v1.68.0", ReleaseInfo()),
]
),
"java": OrderedDict(

Loading…
Cancel
Save