We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2cad7 commit 7d2e130Copy full SHA for 7d2e130
Makefile
@@ -78,7 +78,7 @@ run-test-stack-docker:
78
bash hack/test-docker.sh bash hack/interactive.sh
79
80
run-goreleaser:
81
- export BINDIR=${GOPATH}/bin; curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh
+ export BINDIR=${GOPATH}/bin; go install github.com/goreleaser/goreleaser@v1.6.3
82
ifneq (,$(findstring -dev,$(VERSION)))
83
@echo Run Goreleaser in snapshot mod
84
$(call goreleaser,--snapshot)
0 commit comments