From 05221e4032a163f3dcea1a28ae73c7e6c4664fba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 May 2025 21:12:06 +0200 Subject: [PATCH] chore(deps): update pre-commit hook golangci/golangci-lint to v2.1.6 (#5149) 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 697b44335..a76cd2381 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.1.5 + rev: v2.1.6 hooks: - id: golangci-lint - repo: https://github.com/igorshubovych/markdownlint-cli