Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
change defaults for go tools
  • Loading branch information
kamilsk committed Mar 22, 2020
1 parent d0a81d8 commit f3176db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/Go Tool/Makefile
Expand Up @@ -146,7 +146,7 @@ dist-check:
dist-dump:
@godownloader .goreleaser.yml > bin/install

TOOLFLAGS = $(GOFLAGS)
TOOLFLAGS = -mod=

.PHONY: tools-env
tools-env:
Expand Down
2 changes: 1 addition & 1 deletion src/go/tools.mk
@@ -1,4 +1,4 @@
TOOLFLAGS = $(GOFLAGS)
TOOLFLAGS = -mod=

.PHONY: tools-env
tools-env:
Expand Down

0 comments on commit f3176db

Please sign in to comment.