Skip to content

Commit

Permalink
feat: support golang v1.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gythialy committed Dec 22, 2020
1 parent cb3ce3f commit ba523fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ LABEL maintainer="Goren G<[email protected]>"

COPY entrypoint.sh /

ARG GOLANG_VERSION=1.15.4
ARG GOLANG_DIST_SHA=eb61005f0b932c93b424a3a4eaa67d72196c79129d9a3ea8578047683e2c80d5
ARG GOLANG_VERSION=1.15.6
ARG GOLANG_DIST_SHA=3918e6cc85e7eaaa6f859f1bdbaac772e7a825b0eb423c63d3ae68b21f84b844

# update golang
RUN \
Expand All @@ -17,8 +17,8 @@ RUN \
rm go.tgz;

# install goreleaser
ARG GORELEASER_VERSION=0.146.0
ARG GORELEASER_SHA=97279a80096bc5d044a5172a205c5b80e8f313aa8137ff9a2d400bb220acd810
ARG GORELEASER_VERSION=0.149.0
ARG GORELEASER_SHA=a227362d734cda47f7ebed9762e6904edcd115a65084384ecfbad2baebc4c775
RUN \
GORELEASER_DOWNLOAD_FILE=goreleaser_Linux_x86_64.tar.gz && \
GORELEASER_DOWNLOAD_URL=https://github.com/goreleaser/goreleaser/releases/download/v${GORELEASER_VERSION}/${GORELEASER_DOWNLOAD_FILE} && \
Expand Down

0 comments on commit ba523fd

Please sign in to comment.