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

```bash
$ GO_VERSION='1.x'
$ RELEASE_VERSION='1.66.0'

$ gcloud beta container images list-tags us-docker.pkg.dev/grpc-testing/testing-images-public/grpc_interop_"$GO_VERSION" | grep "$RELEASE_VERSION"
a8f2a7268e7c  infrastructure-public-image-v1.66.0,v1.66.0                                                                                                                                                                                  2024-08-28T15:27:01  CRITICAL=5,HIGH=62,LOW=334,MEDIUM=136
```

Closes #37587

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37587 from arjan-bal:go_release ea8935a205
PiperOrigin-RevId: 670996753
pull/37144/head^2
Arjan Singh Bal 6 months ago committed by Copybara-Service
parent 4a52db601e
commit fa60a9d2bd
  1. 1
      tools/interop_matrix/client_matrix.py

@ -305,6 +305,7 @@ LANG_RELEASE_MATRIX = {
("v1.63.3", ReleaseInfo()),
("v1.64.1", ReleaseInfo()),
("v1.65.0", ReleaseInfo()),
("v1.66.0", ReleaseInfo()),
]
),
"java": OrderedDict(

Loading…
Cancel
Save