Skip to content
Snippets Groups Projects
Commit 405c6823 authored by Mariano Cano's avatar Mariano Cano
Browse files

Use latest version of golangci-lint.

parent 8e853c3d
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ all: build lint test
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/smallstep/cli/master/make/golangci-install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.39.0
$Q curl -sSfL https://raw.githubusercontent.com/smallstep/cli/master/make/golangci-install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.42.1
.PHONY: bootstra%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment