From 2517764f874d094da6bf7a22e26bf31a150c6f74 Mon Sep 17 00:00:00 2001 From: nickg Date: Tue, 19 May 2020 15:12:15 -0700 Subject: [PATCH] bump golangci-lint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d70aa0..b929527 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,4 @@ all: ./bin/golangci-lint go test -cover ./... ./bin/golangci-lint: - curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.21.0 + curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.27.0