Skip to content

Commit

Permalink
build: Upgrade tooling, notably go to v1.22.2 (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Apr 24, 2024
1 parent 1313f8c commit e3abd97
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 251 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: golangci-lint-mod
stages: [commit]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
stages: [commit]
Expand All @@ -36,7 +36,7 @@ repos:
- id: end-of-file-fixer
stages: [commit]
- repo: https://github.com/rhysd/actionlint
rev: v1.6.25
rev: v1.6.27
hooks:
- id: actionlint-system
stages: [commit]
Expand All @@ -55,19 +55,19 @@ repos:
- id: script-must-have-extension
stages: [commit]
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.6
rev: v0.10.0.1
hooks:
- id: shellcheck
stages: [commit]
args: ["-e", "SC2211"]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
rev: v0.39.0
hooks:
- id: markdownlint
stages: [commit]
exclude: ^CHANGELOG.md$
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.4
rev: v1.5.5
hooks:
- id: insert-license
name: License headers - Go
Expand Down
Loading

0 comments on commit e3abd97

Please sign in to comment.