Skip to content

Commit

Permalink
Merge pull request #744 from coinbase/bump-go-1.19.3
Browse files Browse the repository at this point in the history
Use Go 1.19.3
  • Loading branch information
saikat056 authored Nov 15, 2022
2 parents fb43d2a + d5fbeca commit ad6d818
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 ad6d818

Please sign in to comment.