use newer goreleaser (#293)

This commit is contained in:
Joshua Humphries 2022-02-15 20:31:31 -05:00 committed by GitHub
parent 683a7fb09c
commit b953ea196a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ install:
.PHONY: release
release:
@go install github.com/goreleaser/goreleaser@v0.134.0
goreleaser --rm-dist
@go install github.com/goreleaser/goreleaser@v1.5.0
goreleaser release --rm-dist
.PHONY: docker
docker: