Skip to content

Commit

Permalink
Dockerfile: Bump Go version to 1.22
Browse files Browse the repository at this point in the history
go1.23 is now available making go1.22 the oldest supported release. We
should now update the Dockerfile accordingly to make go-version-check.sh
happy.

Signed-off-by: Anoop C S <[email protected]>
  • Loading branch information
anoopcs9 authored and mergify[bot] committed Sep 4, 2024
1 parent 0309b86 commit 32375ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM docker.io/golang:1.21 as builder
FROM docker.io/golang:1.22 as builder
ARG GIT_VERSION="(unset)"
ARG COMMIT_ID="(unset)"
ARG ARCH=""
Expand Down

0 comments on commit 32375ce

Please sign in to comment.