From 0870ea0171095fed2a66cd9c2a50855e221d61b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 18:39:23 +0000 Subject: [PATCH] build: update pre-commit --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2d6891b..6acd8f7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.5.0 + rev: v9.11.0 hooks: - id: commitlint stages: [commit-msg] - repo: https://github.com/golangci/golangci-lint - rev: v1.52.2 + rev: v1.56.1 hooks: - id: golangci-lint - repo: https://github.com/dnephin/pre-commit-golang