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 <ksubrahm@redhat.com>
Fixes: #3760
This commit is contained in:
karthik-us 2023-04-19 19:46:58 +05:30 committed by mergify[bot]
parent 44612fe34c
commit ecbac2182b

View File

@ -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