Skip to content

Commit

Permalink
updating go version for building releases
Browse files Browse the repository at this point in the history
  • Loading branch information
coreydaley committed Oct 18, 2023
1 parent bc5b6f8 commit 5f152d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openshift/origin-release:golang-1.19 AS builder
FROM openshift/origin-release:golang-1.20 AS builder

ENV S2I_GIT_VERSION="" \
S2I_GIT_MAJOR="" \
Expand Down
2 changes: 1 addition & 1 deletion images/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
FROM registry.redhat.io/ubi8/ubi

ENV VERSION=1.18 \
ENV VERSION=1.20 \
GOARM=5 \
GOPATH=/go \
GOROOT=/usr/local/go \
Expand Down

0 comments on commit 5f152d3

Please sign in to comment.