From 8b3ba7e00f5ecebe55003b51d8f4ed1ade8aa4bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Jun 2023 16:45:19 +0000 Subject: [PATCH] build: update pre-commit hook golangci/golangci-lint to v1.53.2 --- .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 2d6891b..8e042d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: commitlint stages: [commit-msg] - repo: https://github.com/golangci/golangci-lint - rev: v1.52.2 + rev: v1.53.2 hooks: - id: golangci-lint - repo: https://github.com/dnephin/pre-commit-golang