Skip to content

Commit

Permalink
Update goreleaser
Browse files Browse the repository at this point in the history
- This could hopefully fix release issues
  • Loading branch information
dnnrly committed Jun 4, 2021
1 parent c305f1a commit 5a9bf36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test-deps: ./bin/godog ./bin/tparse ./bin/golangci-lint ## ci target - install t
mkdir ./tmp

./bin/goreleaser: ./bin ./tmp
$(CURL_BIN) --fail -L -o ./tmp/goreleaser.tar.gz https://github.com/goreleaser/goreleaser/releases/download/v0.117.2/goreleaser_Linux_x86_64.tar.gz
$(CURL_BIN) --fail -L -o ./tmp/goreleaser.tar.gz https://github.com/goreleaser/goreleaser/releases/download/v0.168.2/goreleaser_Linux_x86_64.tar.gz
gunzip -f ./tmp/goreleaser.tar.gz
tar -C ./bin -xvf ./tmp/goreleaser.tar

Expand Down

0 comments on commit 5a9bf36

Please sign in to comment.