forked from TrueCloudLab/certificates
Change go get
to go install
in bootstrap ...
- avoid the `-dev` tag
This commit is contained in:
parent
b724af30ad
commit
79eb822326
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 get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.24.0
|
||||
$Q GO111MODULE=on go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.24.0
|
||||
|
||||
.PHONY: bootstra%
|
||||
|
||||
|
|
Loading…
Reference in a new issue