Skip to content

Commit 2bbfd44

Browse files
build(deps): bump golang from 1.25 to 1.27
Bumps golang from 1.25 to 1.27. --- updated-dependencies: - dependency-name: golang dependency-version: '1.27' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 26efc1b commit 2bbfd44

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
@@ -31,7 +31,7 @@
3131
# --- Go: build base with deps and shared source ---
3232
# Use $BUILDPLATFORM so the Go compiler runs natively (no QEMU emulation).
3333
# Cross-compilation is handled via GOOS/GOARCH env vars.
34-
FROM --platform=$BUILDPLATFORM golang:1.25 AS go-base
34+
FROM --platform=$BUILDPLATFORM golang:1.27 AS go-base
3535
ARG TARGETOS TARGETARCH
3636
ENV GOOS=${TARGETOS} GOARCH=${TARGETARCH}
3737
WORKDIR /app

0 commit comments

Comments
 (0)