From 103adae1f10f6b5ed3275981bd63a00db8f870e7 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 bf10a77de85..776e3959fc0 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