fix(build): builder image Go 1.25, go.mod requires >= 1.25.0
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
This commit is contained in:
co-authored by
Claude Fable 5
parent
03b479ab6f
commit
6cd87ad31f
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
# /tenant-registry — long-running API server
|
# /tenant-registry — long-running API server
|
||||||
# /migrate — one-shot schema migrator (Orca init container in prod)
|
# /migrate — one-shot schema migrator (Orca init container in prod)
|
||||||
|
|
||||||
FROM golang:1.24-alpine AS build
|
FROM golang:1.25-alpine AS build
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY go.mod go.sum ./
|
COPY go.mod go.sum ./
|
||||||
RUN go mod download
|
RUN go mod download
|
||||||
|
|||||||
Reference in New Issue
Block a user