Skip to content

Commit 7d2e130

Browse files
authored
chore: change goreleaser install method (#325)
Signed-off-by: Romain Beuque <556072+rbeuque74@users.noreply.github.com>
1 parent dc2cad7 commit 7d2e130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ run-test-stack-docker:
7878
bash hack/test-docker.sh bash hack/interactive.sh
7979

8080
run-goreleaser:
81-
export BINDIR=${GOPATH}/bin; curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh
81+
export BINDIR=${GOPATH}/bin; go install github.com/goreleaser/goreleaser@v1.6.3
8282
ifneq (,$(findstring -dev,$(VERSION)))
8383
@echo Run Goreleaser in snapshot mod
8484
$(call goreleaser,--snapshot)

0 commit comments

Comments
 (0)