fix .pre-commit-config.yaml hook url
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2022-04-05 22:04:52 -07:00
parent 2ef3202af8
commit 0bbf57f3d5
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ repos:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
- id: check-merge-conflict - id: check-merge-conflict
- repo: git://github.com/dnephin/pre-commit-golang - repo: https://github.com/dnephin/pre-commit-golang
rev: v0.4.0 rev: v0.4.0
hooks: hooks:
- id: go-fmt - id: go-fmt