Skip to content

Commit

Permalink
Lock pre-commit repo to fixed version
Browse files Browse the repository at this point in the history
Locking to v0.4 as 0.5 has issues with goimport
See dnephin/pre-commit-golang#71
  • Loading branch information
wjdp committed May 28, 2022
1 parent 30c65fa commit ef0fde4
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 @@ -2,8 +2,8 @@
# See https://pre-commit.com/

repos:
- repo: git://github.com/dnephin/pre-commit-golang
rev: master
- repo: https://github.com/dnephin/pre-commit-golang
rev: v0.4.0
hooks:
- id: go-fmt
- id: go-imports
Expand Down

0 comments on commit ef0fde4

Please sign in to comment.