Run 5490: the (now working) image job failed in docker build: golang:1.24-alpine ships go 1.24.13 with GOTOOLCHAIN=local and refuses the go 1.25.0 module at go mod download. Bump the builder stage to golang:1.25-alpine. Runtime stage (distroless static) unchanged.
Run 5490: the (now working) image job failed in docker build: golang:1.24-alpine ships go 1.24.13 with GOTOOLCHAIN=local and refuses the go 1.25.0 module at go mod download. Bump the builder stage to golang:1.25-alpine. Runtime stage (distroless static) unchanged.
The image job now actually builds (docker:27-cli fix) and surfaced this:
golang:1.24-alpine ships go 1.24.13 with GOTOOLCHAIN=local, so
'go mod download' refuses the go 1.25.0 module (run 5490).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CNdLL9BdsWm7MCyui5ffPD
sharang
merged commit 4eaee521d4 into main2026-08-31 17:18:12 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Run 5490: the (now working) image job failed in docker build: golang:1.24-alpine ships go 1.24.13 with GOTOOLCHAIN=local and refuses the go 1.25.0 module at go mod download. Bump the builder stage to golang:1.25-alpine. Runtime stage (distroless static) unchanged.