Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade GoReleaser to v0.184.0 #41

Merged
merged 1 commit into from
Nov 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ RUN \
go version

# install goreleaser
ARG GORELEASER_VERSION=0.183.0
ARG GORELEASER_SHA=03e6b0da36f65a942ca0279e767ab5cae145958d3a8f91a0204f5ad71371787f
ARG GORELEASER_VERSION=0.184.0
ARG GORELEASER_SHA=0972c17d94f2a95aafbef0c9f6d01ea774abfb8d37b85778e8cb4885efc24511
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