fix(build): builder image Go 1.25, go.mod requires >= 1.25.0 #18

Merged
sharang merged 1 commits from fix/dockerfile-go-1.25 into main 2026-08-31 17:18:12 +00:00
Owner

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.
sharang added 1 commit 2026-08-31 16:58:08 +00:00
fix(build): builder image Go 1.25, go.mod requires >= 1.25.0
ci / shared (pull_request) Successful in 18s
ci / test (pull_request) Successful in 22m28s
ci / image (pull_request) Skipped
6cd87ad31f
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 main 2026-08-31 17:18:12 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: platform/tenant-registry#18