googleapis / testing-infra-docker

Docker images for testing Google client libraries.
Apache License 2.0
18 stars 34 forks source link

feat(go): add Go 1.23 support #396

Closed codyoss closed 3 months ago

codyoss commented 3 months ago

Note: we need to set toolchain to auto just for installing tools. We want to keep the image default of local for CI and fail if a dependency tries to update the go version.

Ref: https://github.com/docker-library/golang/issues/472