From 904ae8d47e3a709715ab2142e4317d5468f4080a Mon Sep 17 00:00:00 2001 From: Alex Sharov Date: Sat, 23 Jul 2022 10:09:16 +0700 Subject: [PATCH] lint up 47.2 (#545) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 95e4dd648..a5c3b015f 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ lintci-deps-clean: golangci-lint-clean # download and build golangci-lint (https://golangci-lint.run) $(GOBINREL)/golangci-lint: | $(GOBINREL) - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(GOBIN)" v1.47.0 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(GOBIN)" v1.47.2 golangci-lint-clean: rm -f "$(GOBIN)/golangci-lint"