From 970acadac7eb7e4cefea7b5bc92e59116f3af263 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 07:16:43 +0200 Subject: [PATCH] chore(deps): update pre-commit hook golangci/golangci-lint to v1.59.1 (#3782) 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 cc2088bdd..62003e514 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: v1.59.0 + rev: v1.59.1 hooks: - id: golangci-lint - repo: https://github.com/igorshubovych/markdownlint-cli