From 3c97bf73fe80b2d4c6d172353991aba56280a043 Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Wed, 4 Dec 2024 13:47:05 +0700 Subject: [PATCH] save --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 842d15f..07e506a 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ 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.61.0 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./build/bin v1.62.2 clean: cd mdbxdist && make clean