From 011b72c0ac3e1ff9c57d06f540167d6fe1a5d8c9 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Sat, 23 Nov 2019 02:06:31 +0100 Subject: [PATCH] Bump golangci-lint to version 1.21.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a1fe4c485f0..64cc40ea3a8 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ html-coverage: .PHONY: install-tools install-tools: - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- v1.20.0 + curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- v1.21.0 GO111MODULE=off go get -u \ golang.org/x/tools/cmd/cover \ github.com/gobuffalo/packr/v2/packr2 \