Skip to content

Commit 51c201c

Browse files
build: update pre-commit
1 parent 3cf2082 commit 51c201c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: commitlint
66
stages: [commit-msg]
77
- repo: https://github.com/golangci/golangci-lint
8-
rev: v1.58.1
8+
rev: v2.1.5
99
hooks:
1010
- id: golangci-lint
1111
- repo: https://github.com/dnephin/pre-commit-golang
@@ -17,7 +17,7 @@ repos:
1717
hooks:
1818
- id: buf-lint
1919
- repo: https://github.com/pre-commit/mirrors-clang-format
20-
rev: v15.0.7
20+
rev: v20.1.3
2121
hooks:
2222
- id: clang-format
2323
types_or: [proto]

0 commit comments

Comments
 (0)