pin goreleaser in go.mod; fix config file so latest version accepts it; allow using go modules in 'make release' (#161)

This commit is contained in:
Joshua Humphries
2020-06-01 18:56:18 -04:00
committed by GitHub
parent 44547153b3
commit 5ad5edb29c
4 changed files with 368 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ install:
.PHONY: release
release:
@GO111MODULE=off go get github.com/goreleaser/goreleaser
@go get github.com/goreleaser/goreleaser
goreleaser --rm-dist
.PHONY: docker