Skip to content

Commit

Permalink
Merge branch 'main' into gh-111
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-vdz authored Mar 26, 2024
2 parents 49ff88e + 7006eb4 commit 5365682
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 5365682

Please sign in to comment.