Skip to content

Commit 97fb3a5

Browse files
chore(deps): Bump golang from 1.26 to 1.27
Bumps golang from 1.26 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 4c726ae commit 97fb3a5

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,7 +1,7 @@
11
# Build the manager binary. Use BUILDPLATFORM so Go cross-compiles natively
22
# rather than running the whole compile under QEMU emulation, which is
33
# pathologically slow for Go.
4-
FROM --platform=$BUILDPLATFORM golang:1.26 AS builder
4+
FROM --platform=$BUILDPLATFORM golang:1.27 AS builder
55
ARG TARGETOS
66
ARG TARGETARCH
77

0 commit comments

Comments
 (0)