Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# The binary lands at /manager to match config/manager (command: [/manager]).
# Pin the builder to the native build platform and cross-compile via GOARCH so a
# multiarch `buildx --platform` build stays QEMU-free (Go cross-compiles fast).
FROM --platform=$BUILDPLATFORM golang:1.26 AS builder
FROM --platform=$BUILDPLATFORM golang:1.27 AS builder
ARG TARGETOS
ARG TARGETARCH

Expand Down