diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b93e3cf..7969c4c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer exclude_types: ['markdown'] @@ -12,7 +12,7 @@ repos: - id: check-executables-have-shebangs - id: check-merge-conflict - repo: https://github.com/gitleaks/gitleaks - rev: v8.18.4 + rev: v8.22.0 hooks: - id: gitleaks - repo: https://github.com/dnephin/pre-commit-golang @@ -23,6 +23,6 @@ repos: - id: go-imports - id: go-unit-tests - repo: https://github.com/golangci/golangci-lint - rev: v1.59.1 + rev: v1.62.2 hooks: - id: golangci-lint