From 5a9dd05f34ccbb712738eb49889bc0066aeef5c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 03:31:30 +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 598b268..a9dd96e 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.58.1 + rev: v2.6.0 hooks: - id: golangci-lint - repo: https://github.com/dnephin/pre-commit-golang @@ -17,7 +17,7 @@ repos: hooks: - id: buf-lint - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v15.0.7 + rev: v21.1.2 hooks: - id: clang-format types_or: [proto]