New goreleaser install method
https://goreleaser.com/deprecations/#godownloader
This commit is contained in:
parent
a19a6f9acc
commit
741f95aa8a
2
Makefile
2
Makefile
@ -20,7 +20,7 @@ ci-static-analysis:
|
||||
golangci-lint run
|
||||
|
||||
ci-install-go-tools:
|
||||
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sudo sh -s -- -b /usr/local/bin/ latest
|
||||
curl -sfL https://goreleaser.com/static/run > /usr/local/bin/goreleaser
|
||||
|
||||
ci-install-ci-tools:
|
||||
curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sudo sh -s -- -b /usr/local/bin/ "v0.122.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user