From 62873649d9764f184a511f0dcd73a6a131bd1f7f Mon Sep 17 00:00:00 2001 From: Alex Sharov Date: Sat, 23 Jul 2022 10:09:24 +0700 Subject: [PATCH] lint up 47.2 (#4801) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7866cf895a1..c666796d954 100644 --- a/Makefile +++ b/Makefile @@ -155,7 +155,7 @@ lintci: ## lintci-deps: (re)installs golangci-lint to build/bin/golangci-lint lintci-deps: rm -f ./build/bin/golangci-lint - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./build/bin v1.47.0 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./build/bin v1.47.2 ## clean: cleans the go cache, build dir, libmdbx db dir clean: