GO111MODULE should not be necessary in bootstrap
This commit is contained in:
parent
79eb822326
commit
72217c972d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -28,7 +28,7 @@ ci: lintcgo testcgo build
|
|||
|
||||
bootstra%:
|
||||
# Using a released version of golangci-lint to take into account custom replacements in their go.mod
|
||||
$Q GO111MODULE=on go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.24.0
|
||||
$Q go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.24.0
|
||||
|
||||
.PHONY: bootstra%
|
||||
|
||||
|
|
Loading…
Reference in a new issue