From 3c0970c28a8e26cd013fb1ec21fa35202d298efc Mon Sep 17 00:00:00 2001 From: max furman Date: Tue, 21 Apr 2020 09:35:57 -0700 Subject: [PATCH] Bump golangci-lint to v1.24.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e808e772..9c5a7196 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.23.8 + $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 .PHONY: bootstra%