Skip to content

Commit 1150fae

Browse files
ci: bump go builder image to 1.26.4-alpine
The go.mod now requires go >= 1.26.4, but the Dockerfile builder used golang:1.26.3-alpine with GOTOOLCHAIN=local, causing 'go mod download' to fail. Bump the builder image to match. Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: Mauro Morales <contact@mauromorales.com>
1 parent 727252a commit 1150fae

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
@@ -18,7 +18,7 @@
1818
# ----------------------------------------------------------------------------
1919
ARG KAIROS_BASE_IMAGE=quay.io/kairos/ubuntu:24.04-core-amd64-generic-v3.5.1
2020
ARG KAIROS_INIT_IMAGE=quay.io/kairos/kairos-init:v0.6.0
21-
ARG GO_BUILDER_IMAGE=golang:1.26.3-alpine
21+
ARG GO_BUILDER_IMAGE=golang:1.26.4-alpine
2222
ARG TARGETARCH=amd64
2323

2424
# Kubernetes (must be within the supported window the provider enforces at

0 commit comments

Comments
 (0)