Skip to content

Commit

Permalink
Merge branch 'master' into fix-enforced-scanner-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
maitrayshah-cb authored Nov 15, 2022
2 parents a820e2e + ad6d818 commit 274db96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ RUN cd /home \
### Golang
# required for sift and gosec

ENV GOLANG_VERSION 1.18
ENV GOLANG_DOWNLOAD_SHA256 e85278e98f57cdb150fe8409e6e5df5343ecb13cebf03a5d5ff12bd55a80264f
ENV GOLANG_VERSION 1.19.3
ENV GOLANG_DOWNLOAD_SHA256 74b9640724fd4e6bb0ed2a1bc44ae813a03f1e72a4c76253e2d5c015494430ba

ENV GOLANG_TARBALL_FILE go$GOLANG_VERSION.linux-amd64.tar.gz
ENV GOLANG_DOWNLOAD_URL https://golang.org/dl/${GOLANG_TARBALL_FILE}
Expand Down

0 comments on commit 274db96

Please sign in to comment.