Skip to content

Commit

Permalink
use newer goreleaser (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhump authored Feb 16, 2022
1 parent 683a7fb commit b953ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b953ea1

Please sign in to comment.