We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01ca3a commit 5e8c6b4Copy full SHA for 5e8c6b4
modules/git/git.go
@@ -23,9 +23,6 @@ import (
23
24
var (
25
// GitVersionRequired is the minimum Git version required
26
- // At the moment, all code for git 1.x are not changed, if some users want to test with old git client
27
- // or bypass the check, they still have a chance to edit this variable manually.
28
- // If everything works fine, the code for git 1.x could be removed in a separate PR before 1.17 frozen.
29
GitVersionRequired = "2.0.0"
30
31
// GitExecutable is the command name of git
0 commit comments