Skip to content

Commit

Permalink
feat: update Go to be 1.16.6 (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Jul 22, 2021
1 parent a4fc4b5 commit 04b73f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ LABEL org.opencontainers.image.source https://github.com/gythialy/golang-cross

COPY entrypoint.sh /

ARG GO_VERSION=1.16.5
ARG GOLANG_DIST_SHA=b12c23023b68de22f74c0524f10b753e7b08b1504cb7e417eccebdd3fae49061
ARG GO_VERSION=1.16.6
ARG GOLANG_DIST_SHA=be333ef18b3016e9d7cb7b1ff1fdb0cac800ca0be4cf2290fe613b3d069dfe0d

# update golang
RUN \
Expand All @@ -19,8 +19,8 @@ RUN \
go version

# install goreleaser
ARG GORELEASER_VERSION=0.169.0
ARG GORELEASER_SHA=f139fe6191da2209192f43c3a77220067f99c623c78096c2315cbe93facb5455
ARG GORELEASER_VERSION=0.173.2
ARG GORELEASER_SHA=bb4fa802d69c8d7f925a165f6d5b8b215cad25bb8be9456761e876124cbcfcf7
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
2 changes: 1 addition & 1 deletion Dockerfile.builder
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# golang parameters
ARG GO_VERSION=1.16.2
ARG GO_VERSION=1.16.6

# osxcross parameters
ARG OSX_VERSION_MIN=10.12
Expand Down

0 comments on commit 04b73f4

Please sign in to comment.