Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit aa9de02

Browse files
authored
1 parent b6c4a37 commit aa9de02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ coverage:
6060

6161
test-deps:
6262
# install outside package dir so go.sum is not affected
63-
cd / && GO111MODULE=auto go get -u gotest.tools/gotestsum github.com/golangci/golangci-lint/cmd/golangci-lint
63+
cd / && GO111MODULE=on go get -u gotest.tools/gotestsum github.com/golangci/golangci-lint/cmd/golangci-lint
6464

6565
# --------------
6666
# Build

0 commit comments

Comments
 (0)