From fef49f5e2ecfc189f3d1d263c4a438d71161fef0 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sat, 11 Jan 2020 15:33:40 -0500 Subject: [PATCH] golangci-lint 1.22.2 (#9711) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8da85c7a8..61cab8b06 100644 --- a/Makefile +++ b/Makefile @@ -558,6 +558,6 @@ pr: golangci-lint: @hash golangci-lint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \ export BINARY="golangci-lint"; \ - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.20.0; \ + curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.22.2; \ fi golangci-lint run --timeout 5m