mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 10:18:34 +00:00
GO111MODULE should not be necessary in bootstrap
This commit is contained in:
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%
|
||||
|
||||
|
||||
Reference in New Issue
Block a user