From 21f96bf79292a011d1e98cc9c6164b9aba84c598 Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Fri, 1 Sep 2023 10:59:27 +0700 Subject: [PATCH] up linter version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 79ecbe6e9..f58fccc2d 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,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.54.0 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(GOBIN)" v1.54.2 golangci-lint-clean: rm -f "$(GOBIN)/golangci-lint"