From 512b2bedc19bd1e0a14ace57f860ccde45c5db2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 06:05:51 +0000 Subject: [PATCH] chore(deps): update pre-commit hook golangci/golangci-lint to v2.6.0 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b611032869..160ac71d85b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: trailing-whitespace exclude: ^docs/versioned_docs/.+/40-cli.md$ - repo: https://github.com/golangci/golangci-lint - rev: v2.5.0 + rev: v2.6.0 hooks: - id: golangci-lint - repo: https://github.com/igorshubovych/markdownlint-cli