Skip to content

Commit 94055a6

Browse files
dependabot[bot]jgwest
authored andcommitted
Bump golang from 1.21 to 1.22
Bumps golang from 1.21 to 1.22. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1ae0ea4 commit 94055a6

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.21 as builder
8+
FROM golang:1.22 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.21 as builder
8+
FROM golang:1.22 as builder
99

1010
ARG OS=linux
1111
ARG ARCH=amd64

0 commit comments

Comments
 (0)