Skip to content

Commit 4d8268b

Browse files
Bump golang from 1.22 to 1.24
Bumps golang from 1.22 to 1.24. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 03c2e54 commit 4d8268b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Note: Make sure you use '.dockerignore' to avoid local copy of binaries (e.g. controller-gen)
77
################################################################################################
8-
FROM golang:1.22 as builder
8+
FROM golang:1.24 as builder
99

1010
ARG OS=linux
1111
ARG ARCH=amd64

Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Note: Make sure you use '.dockerignore' to avoid local copy of binaries (e.g. controller-gen)
77
################################################################################################
8-
FROM golang:1.22 as builder
8+
FROM golang:1.24 as builder
99

1010
ARG OS=linux
1111
ARG ARCH=amd64

0 commit comments

Comments
 (0)