From 44a711baa18fc2925e23ebbcc8d30203fc455464 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 12 Feb 2025 22:59:59 +0000 Subject: [PATCH] chore(deps): update pre-commit hook golangci/golangci-lint to v1.64.4 --- .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 afce3d0..72c6471 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: go-test - id: gofumpt - repo: https://github.com/golangci/golangci-lint - rev: v1.64.2 + rev: v1.64.4 hooks: - id: golangci-lint-full - repo: https://github.com/gitleaks/gitleaks