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 \