From f70ceefe2c00148cb8098f7e73e7b125693e7d33 Mon Sep 17 00:00:00 2001 From: Alex Sharov Date: Sun, 4 Jun 2023 10:32:16 +0700 Subject: [PATCH] linter version up (#7654) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd4b8739b..1c46bb88c 100644 --- a/Makefile +++ b/Makefile @@ -166,7 +166,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.52.2 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./build/bin v1.53.2 ## clean: cleans the go cache, build dir, libmdbx db dir clean: