This is an automated email from the ASF dual-hosted git repository.
hulk 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 53e95a8e chore(build): bump golang-lint to 1.64.3 (#2786)
53e95a8e is described below
commit 53e95a8e2d61e16bf1f1e203b6f4c78308f6327c
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Feb 20 13:04:42 2025 +0200
chore(build): bump golang-lint to 1.64.3 (#2786)
---
x.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x.py b/x.py
index d9e3625e..deb3b452 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, 3)
SEMVER_REGEX = re.compile(
r"""