Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
sters committed Feb 12, 2023
1 parent bf8dd6f commit d39e1e2
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
@@ -1,8 +1,8 @@
ARG GO_VERSION=1.17
ARG GO_VERSION=1.19

FROM dockercore/golang-cross

ARG GORELEASER_VERSION=0.183.0
ARG GORELEASER_VERSION=1.15.2
ARG GORELEASER_DOWNLOAD_FILE=goreleaser_Linux_x86_64.tar.gz
ARG GORELEASER_DOWNLOAD_URL=https://github.com/goreleaser/goreleaser/releases/download/v${GORELEASER_VERSION}/${GORELEASER_DOWNLOAD_FILE}
ENV GO111MODULE=on
Expand Down

0 comments on commit d39e1e2

Please sign in to comment.