This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new b9c179f57 chore(deps): Update golangci to 2.6.0 (#3241)
b9c179f57 is described below
commit b9c179f57df7185ac445c30d22957a353d3dd344
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Oct 30 15:51:06 2025 +0300
chore(deps): Update golangci to 2.6.0 (#3241)
Update golangci to 2.6.0 (see:
https://github.com/golangci/golangci-lint/releases/tag/v2.6.0)
**Changes**
- Update deps
- gocritic: add new checks
- perfsprint: add new options
---
x.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x.py b/x.py
index b40577532..9f8db99d0 100755
--- a/x.py
+++ b/x.py
@@ -31,7 +31,7 @@ from shutil import which
CMAKE_REQUIRE_VERSION = (3, 16, 0)
CLANG_FORMAT_REQUIRED_VERSION = (18, 0, 0)
CLANG_TIDY_REQUIRED_VERSION = (18, 0, 0)
-GOLANGCI_LINT_REQUIRED_VERSION = (2, 5, 0)
+GOLANGCI_LINT_REQUIRED_VERSION = (2, 6, 0)
SEMVER_REGEX = re.compile(
r"""