This is an automated email from the ASF dual-hosted git repository.

aleksraiden pushed a commit to branch aleksraiden-patch-1
in repository https://gitbox.apache.org/repos/asf/kvrocks.git

commit c78327bf4840b7143b73086b958bf170d9a4919e
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Dec 4 14:22:41 2025 +0300

    Update GOLANGCI_LINT_REQUIRED_VERSION to 2.7.0
---
 x.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x.py b/x.py
index d0bf933dd..559d7eecf 100755
--- a/x.py
+++ b/x.py
@@ -32,7 +32,7 @@ from tempfile import TemporaryDirectory
 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, 6, 0)
+GOLANGCI_LINT_REQUIRED_VERSION = (2, 7, 0)
 
 SEMVER_REGEX = re.compile(
     r"""

Reply via email to