From 0bbf57f3d5145ce460c2086233512eefe1116c57 Mon Sep 17 00:00:00 2001 From: IamTheFij Date: Tue, 5 Apr 2022 22:04:52 -0700 Subject: [PATCH] fix .pre-commit-config.yaml hook url --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5ebaf84..4107904 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - id: check-merge-conflict - - repo: git://github.com/dnephin/pre-commit-golang + - repo: https://github.com/dnephin/pre-commit-golang rev: v0.4.0 hooks: - id: go-fmt