Context
#118
Question
I'm trying to upgrade our repo to a new Go version (either v1.24.11 or 1.25.5). Neither of those versions have goreleaser-cross Docker images.
I see the most recent release here is v1.27.0 except I don't see a Go version v1.27.0.
The README:
|
Docker images are available on both [GitHub](https://ghcr.io/goreleaser/goreleaser-cross) and [Docker hub](https://hub.docker.com/r/goreleaser/goreleaser-cross). The image's tag version follows Golang |
|
release so if you use 1.19.4, you are effectively compiling your Go code using Golang at version 1.19.4. The actual version of the other tools installed within the Docker image like `goreleaser` can |
makes me think goreleaser-cross v1.27.0 should match Go 1.27. Is that correct?
Context
#118
Question
I'm trying to upgrade our repo to a new Go version (either v1.24.11 or 1.25.5). Neither of those versions have goreleaser-cross Docker images.
I see the most recent release here is v1.27.0 except I don't see a Go version v1.27.0.
The README:
goreleaser-cross/README.md
Lines 15 to 16 in 8ae601d