goreleaser: bump version & add nfmp support (#440)

This commit is contained in:
Albin Parou
2024-02-26 15:09:32 +01:00
committed by GitHub
parent 5592211a41
commit 93ea011b36
2 changed files with 20 additions and 6 deletions

View File

@@ -31,8 +31,8 @@ install:
.PHONY: release
release:
@go install github.com/goreleaser/goreleaser@v1.10.0
goreleaser release --rm-dist
@go install github.com/goreleaser/goreleaser@v1.21.0
goreleaser release --clean
.PHONY: docker
docker: