Skip to content

Commit

Permalink
Bump goreleaser to v1.3.1 in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <[email protected]>
  • Loading branch information
marcofranssen committed Jan 26, 2022
1 parent 4a3f5cb commit c892aef
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@v1.2.5
go install github.com/goreleaser/goreleaser@v1.3.1

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

0 comments on commit c892aef

Please sign in to comment.