Skip to content

Commit

Permalink
ROX-17052: Update Go from 1.20.3 to 1.20.4 (#183)
Browse files Browse the repository at this point in the history
* X-Smart-Branch-Parent: main

* Update Go to 1.20.4
  • Loading branch information
vikin91 authored May 17, 2023
1 parent bdfb35c commit 1d49c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/stackrox-build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ RUN dnf update -y && \
dnf clean all && \
rm -rf /var/cache/dnf /var/cache/yum

ARG GOLANG_VERSION=1.20.3
ARG GOLANG_SHA256=979694c2c25c735755bf26f4f45e19e64e4811d661dd07b8c010f7a8e18adfca
ARG GOLANG_VERSION=1.20.4
ARG GOLANG_SHA256=698ef3243972a51ddb4028e4a1ac63dc6d60821bf18e59a807e051fee0a385bd
ENV GOPATH /go
ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
RUN url="https://dl.google.com/go/go${GOLANG_VERSION}.linux-amd64.tar.gz" && \
Expand Down

0 comments on commit 1d49c9a

Please sign in to comment.