From faa8a9824a4e89e67f1c4ecb2ed73ce67d1fb33e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 01:00:07 +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..2202165 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.8.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.8 hooks: - id: clang-format types_or: [proto]