Skip to content

Commit e9e5356

Browse files
committed
build: align the builder image with the go.mod toolchain
go.mod moved to 1.26.5 but the docker builder stayed on golang:1.25-alpine with GOTOOLCHAIN=local, so the tag-triggered image build refused to start.
1 parent 08a2c20 commit e9e5356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS build
1+
FROM --platform=$BUILDPLATFORM golang:1.26.5-alpine AS build
22
ARG TARGETOS
33
ARG TARGETARCH
44
ARG VERSION=dev

0 commit comments

Comments
 (0)