Skip to content

Commit

Permalink
style: pre-commit autoupdate (#131)
Browse files Browse the repository at this point in the history
updates:
- [github.com/golangci/golangci-lint: v1.53.3 → v1.54.2](golangci/golangci-lint@v1.53.3...v1.54.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Mar 25, 2024
1 parent b6b47e2 commit 7006eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-added-large-files
- repo: https://github.com/golangci/golangci-lint
rev: v1.53.3
rev: v1.57.1
hooks:
- id: golangci-lint
args: ["--go", "1.18"]

0 comments on commit 7006eb4

Please sign in to comment.