Skip to content

Commit 77960b9

Browse files
Bump golang from 1.24 to 1.25 in /images/operator-sdk
Bumps golang from 1.24 to 1.25. --- updated-dependencies: - dependency-name: golang dependency-version: '1.25' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 25b1186 commit 77960b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/operator-sdk/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the operator-sdk binary
2-
FROM --platform=$BUILDPLATFORM golang:1.24 AS builder
2+
FROM --platform=$BUILDPLATFORM golang:1.25 AS builder
33
ARG TARGETARCH
44

55
WORKDIR /workspace

0 commit comments

Comments
 (0)