From e5f1ccf2621693cab28af705f689c457f79f7f08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 22:32:06 +0100 Subject: [PATCH] chore(deps): update pre-commit hook golangci/golangci-lint to v2.9.0 (#6108) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 370fcd7a8..20a14158b 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.8.0 + rev: v2.9.0 hooks: - id: golangci-lint - repo: https://github.com/igorshubovych/markdownlint-cli