Skip to content

Commit

Permalink
Bump goreleaser version in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <marco.franssen@philips.com>
  • Loading branch information
marcofranssen committed Jan 14, 2022
1 parent 885106c commit 940f3c5
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 @@ -88,7 +88,7 @@ image: ## build the binary in a docker image
.

$(GO_PATH)/bin/goreleaser:
go install github.com/goreleaser/goreleaser@v0.182.1
go install github.com/goreleaser/goreleaser@v1.2.5

.PHONY: snapshot-release
snapshot-release: $(GO_PATH)/bin/goreleaser ## creates a snapshot release using goreleaser
Expand Down

0 comments on commit 940f3c5

Please sign in to comment.