Skip to content

Commit

Permalink
dockerfile: Update base golang image to 1.20
Browse files Browse the repository at this point in the history
Go 1.20 was recently released so this gets us back on a supported golang
version when building via the container.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
  • Loading branch information
phlogistonjohn committed Aug 23, 2023
1 parent d448034 commit c8cea02
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.19 as builder
FROM docker.io/golang:1.20 as builder
ARG GIT_VERSION="(unset)"
ARG COMMIT_ID="(unset)"
ARG ARCH=""
Expand Down

0 comments on commit c8cea02

Please sign in to comment.