From 768888350f10dca5e58998113e99a9aec3641043 Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Sat, 23 Jul 2022 10:08:46 +0700 Subject: [PATCH] save --- 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: