From ecbac2182bf312736a81061ce974634b93ae741b Mon Sep 17 00:00:00 2001 From: karthik-us Date: Wed, 19 Apr 2023 19:46:58 +0530 Subject: [PATCH] cleanup: fix the pre-commit-golang repo link Initialization of pre-commit-golang environment is failing when using the git://github.com/dnephin/pre-commit-golang repo link. Changing it to https://github.com/dnephin/pre-commit-golang fixed the issue. Signed-off-by: karthik-us Fixes: #3760 --- .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 bf10a77de..776e3959f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: check-signoff # Catch gofmt issues, if any. - - repo: git://github.com/dnephin/pre-commit-golang + - repo: https://github.com/dnephin/pre-commit-golang rev: v0.3.5 hooks: - id: go-fmt