Skip to content

Commit

Permalink
Update precommit hook to latest release
Browse files Browse the repository at this point in the history
Prior release was having go syntax errors with other changes.
Unclear if it was a bad copy of `golandci-lint` cached locally or
a bug in the release; either way, a version bump is reasonable.
  • Loading branch information
bbockelm committed Jan 1, 2024
1 parent c84322f commit a188f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ repos:
args: [--allow-multiple-documents]
- id: check-added-large-files
- repo: https://github.com/golangci/golangci-lint
rev: v1.54.2
rev: v1.55.2
hooks:
- id: golangci-lint

0 comments on commit a188f9e

Please sign in to comment.