From 0492920b606aaf4abf49da3ea4d1872f4528b193 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 00:53:11 +0000 Subject: [PATCH] chore(deps): update pre-commit hook golangci/golangci-lint to v1.62.2 (#4482) 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 0f4decbb0..074502363 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.62.0 + rev: v1.62.2 hooks: - id: golangci-lint - repo: https://github.com/igorshubovych/markdownlint-cli