Change `go get` to `go install` in bootstrap ...

- avoid the `-dev` tag
pull/536/head
max furman 3 years ago
parent b724af30ad
commit 79eb822326

@ -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…
Cancel
Save