Slightly decrease version of golanci-lint to match brew.

This commit is contained in:
max furman 2020-03-23 12:13:16 -07:00
parent fd80da6a8d
commit 0d9cd24d78

View file

@ -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/smallstep/cli/master/make/golangci-install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.24.0
$Q curl -sSfL https://raw.githubusercontent.com/smallstep/cli/master/make/golangci-install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.23.8
.PHONY: bootstra%