Skip to content

Commit

Permalink
disable go modules for goreleaser install (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
derektamsen committed Apr 25, 2021
1 parent 854d9d7 commit c7d2d7a
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 @@ -24,8 +24,8 @@ build:
$(GOBUILD) $(LDFLAGS) -o $(BINPATH)/$(BINARY_NAME) -v ./cmd/$(BINARY_NAME)

deploy:
go get github.com/goreleaser/goreleaser@latest
goreleaser release
GO111MODULE=off go get github.com/goreleaser/goreleaser@latest
goreleaser release --rm-dist

lint:
GO111MODULE=off go get -u golang.org/x/lint/golint
Expand Down

0 comments on commit c7d2d7a

Please sign in to comment.