mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 10:18:34 +00:00
Try old method of installing golang linter ...
* Method from docs is broken in travis.
This commit is contained in:
2
Makefile
2
Makefile
@@ -20,7 +20,7 @@ all: build test lint
|
||||
|
||||
bootstra%:
|
||||
# Using a released version of golangci-lint to take into account custom replacements in their go.mod
|
||||
$Q curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.24.0
|
||||
$Q GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.24.0
|
||||
|
||||
.PHONY: bootstra%
|
||||
|
||||
|
||||
Reference in New Issue
Block a user