From 6631e8bf15299b0921060e29e3fab409808b2fcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Jun 2025 23:36:50 +0200 Subject: [PATCH] chore(deps): update pre-commit hook golangci/golangci-lint to v2.2.1 (#5288) 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 e4a54db87..d7bf3f648 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/golangci/golangci-lint - rev: v2.2.0 + rev: v2.2.1 hooks: - id: golangci-lint - repo: https://github.com/igorshubovych/markdownlint-cli