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 f5afa2f6ddeb5a65d3f44114a02d86cb1a13ec39 Author: Aleks Lozovyuk <[email protected]> AuthorDate: Sat May 2 14:25:40 2026 +0300 Update x.py --- x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x.py b/x.py index d5e9dfa9b..c05359d52 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, 9, 0) +GOLANGCI_LINT_REQUIRED_VERSION = (2, 12, 1) SEMVER_REGEX = re.compile( r"""
