From 561199f25d203af911079e6b73bec00fd5cebd0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 09:19:57 +0100 Subject: [PATCH] deps: update pre-commit hook golangci/golangci-lint to v1.63.4 (#839) --- .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 b4b24773..8324b9d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,7 +52,7 @@ repos: - id: shellcheck - repo: https://github.com/golangci/golangci-lint - rev: v1.63.3 + rev: v1.63.4 hooks: - id: golangci-lint-full args: [--timeout=5m]