Skip to content

Commit 720400e

Browse files
authored
bump goreleaser to 0.177.0 to resolve broken goreleaser install script (#56)
Signed-off-by: Joe Lanford <[email protected]>
1 parent 16c1d32 commit 720400e

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
@@ -45,4 +45,4 @@ lint:
4545
.PHONY: release
4646
RELEASE_ARGS?=release --rm-dist --snapshot
4747
release:
48-
source ./scripts/fetch.sh; fetch goreleaser 0.156.1 && ./bin/goreleaser $(RELEASE_ARGS)
48+
source ./scripts/fetch.sh; fetch goreleaser 0.177.0 && ./bin/goreleaser $(RELEASE_ARGS)

0 commit comments

Comments
 (0)