Don't alter go.mod when getting goreleaser

This commit is contained in:
Leigh McCulloch 2018-09-25 03:35:02 +00:00
parent bfbcb03604
commit 36eac2690e
1 changed files with 1 additions and 1 deletions

View File

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