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 e16338ba9 chore(ci): bump golang-ci to 2.5.0 (#3198)
e16338ba9 is described below
commit e16338ba9e52eb0934c36610a1f5e7b3d42e1bd8
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Sep 23 08:53:29 2025 +0300
chore(ci): bump golang-ci to 2.5.0 (#3198)
---
x.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x.py b/x.py
index 76dda1e64..35b5936fd 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 = (2, 4, 0)
+GOLANGCI_LINT_REQUIRED_VERSION = (2, 5, 0)
SEMVER_REGEX = re.compile(
r"""