This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-3 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 12117b842874f82700ce8b114d52d8c9baa78d9c Author: Aleks Lozovyuk <[email protected]> AuthorDate: Wed Feb 12 11:38:38 2025 +0300 Update x.py --- x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x.py b/x.py index d9e3625e..d71fc828 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 = (12, 0, 0) CLANG_TIDY_REQUIRED_VERSION = (12, 0, 0) -GOLANGCI_LINT_REQUIRED_VERSION = (1, 63, 3) +GOLANGCI_LINT_REQUIRED_VERSION = (1, 64, 2) SEMVER_REGEX = re.compile( r"""
