mirror of
https://github.com/smallstep/certificates.git
synced 2024-11-17 15:29:21 +00:00
Bump golangci-lint to v1.18.0 due to build error.
This commit is contained in:
parent
91bfca3c6b
commit
28aed2d795
2
Makefile
2
Makefile
@ -22,7 +22,7 @@ all: build test lint
|
||||
bootstra%:
|
||||
$Q which dep || go get github.com/golang/dep/cmd/dep
|
||||
$Q dep ensure
|
||||
$Q GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.17.1
|
||||
$Q GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.18.0
|
||||
|
||||
|
||||
vendor: Gopkg.lock
|
||||
|
Loading…
Reference in New Issue
Block a user