diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bfe5b91..b9c28cf 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.11.0 + rev: v9.16.0 hooks: - id: commitlint stages: [commit-msg] - repo: https://github.com/golangci/golangci-lint - rev: v1.55.2 + rev: v1.58.2 hooks: - id: golangci-lint - repo: https://github.com/dnephin/pre-commit-golang