This is an automated email from the ASF dual-hosted git repository.
PragmaTwice 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 df6c98ec0 chore(ci): bump golangci-lint to 2.13.0 (#3597)
df6c98ec0 is described below
commit df6c98ec0ac8c458abd181ab747c816999c83849
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Fri Aug 21 16:42:23 2026 +0300
chore(ci): bump golangci-lint to 2.13.0 (#3597)
Bump golangci-lint to 2.13.0 (see:
https://golangci-lint.run/docs/product/changelog/#2130)
- go1.27 support
- Bugs fix
- Update linters
---
x.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x.py b/x.py
index 40d499f14..7e15a6cf7 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, 12, 1)
+GOLANGCI_LINT_REQUIRED_VERSION = (2, 13, 0)
SEMVER_REGEX = re.compile(
r"""