Skip to content

Commit

Permalink
Update builder to use golang 1.20.10 and bazel 5.4.0 (#2934)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Wels <awels@redhat.com>
  • Loading branch information
awels committed Oct 20, 2023
1 parent a98bc9f commit 20cced8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/build/docker/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN pip3 install --upgrade j2cli operator-courier==2.1.11 && \
ln -s /opt/gradle/gradle-6.6/bin/gradle /usr/local/bin/gradle && \
rm gradle-6.6-bin.zip

ENV GIMME_GO_VERSION=1.20.7 GOPATH="/go" GO111MODULE="on"
ENV GIMME_GO_VERSION=1.20.10 GOPATH="/go" GO111MODULE="on"

RUN mkdir -p /gimme && curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | HOME=/gimme bash >> /etc/profile.d/gimme.sh

Expand All @@ -50,7 +50,7 @@ RUN \
go install github.com/securego/gosec/v2/cmd/gosec@latest && \
rm -rf "${GOPATH}/pkg"

ENV BAZEL_VERSION 5.3.1
ENV BAZEL_VERSION 5.4.0

COPY output-bazel-arch.sh /output-bazel-arch.sh

Expand Down

0 comments on commit 20cced8

Please sign in to comment.