Skip to content

Commit

Permalink
upgrade to goreleaser 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Mar 13, 2022
1 parent c51ee6c commit 830bc42
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 @@ -6,7 +6,7 @@ GORELEASER := $(GOPATH)/bin/goreleaser$(GOEXE)
all: build

$(GORELEASER):
wget -qO- https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | BINDIR=$(GOPATH)/bin sh
go install github.com/goreleaser/goreleaser@v1.6.3

build: $(GORELEASER)
$(GORELEASER) build --skip-validate --rm-dist
Expand Down

0 comments on commit 830bc42

Please sign in to comment.