Skip to content

Commit

Permalink
upgrade to goreleaser 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Mar 15, 2023
1 parent b3ce719 commit 4471d00
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 @@ -12,7 +12,7 @@ init:
go mod download

$(GORELEASER):
go install github.com/goreleaser/goreleaser@v1.16.0
go install github.com/goreleaser/goreleaser@v1.16.1

build: init $(GORELEASER) $(SOURCE_FILES)
API_VERSION="$(shell go run . describe 2>/dev/null | jq -r .api_version)" \
Expand Down

0 comments on commit 4471d00

Please sign in to comment.