From 84fbfc808da9b7ff5850a88bd393d4f13dd5c7d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 07:07:57 +0100 Subject: [PATCH] chore(deps): update pre-commit hook golangci/golangci-lint to v2.6.0 (#5704) 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 6b6110328..160ac71d8 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