Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update pre-commit hook golangci/golangci-lint to v1.64.0 #510

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update pre-commit hook golangci/golangci-lint to v1.64.0
  • Loading branch information
renovate[bot] authored Feb 11, 2025
commit 3064cde2ae3de29e704ef6eb8c1f673e5ff4788f
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/golangci/golangci-lint
rev: v1.63.4
rev: v1.64.0
hooks:
- id: golangci-lint
entry: golangci-lint run --fix --timeout 300s
Expand Down
Loading