From 0d9cd24d78485e9150e2865a7daa45c7b1cb3d77 Mon Sep 17 00:00:00 2001 From: max furman Date: Mon, 23 Mar 2020 12:13:16 -0700 Subject: [PATCH] Slightly decrease version of golanci-lint to match brew. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40f44caa..176d8868 100644 --- a/Makefile +++ b/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/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%