From 0e4ce1ce3bd6ab40efe3ebd85157da0ee7c6d131 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:22: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 598b268..79da9e3 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.11.4 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: v22.1.3 hooks: - id: clang-format types_or: [proto]