chore: raise minimum git version to 2.25 (#39131)

This commit is contained in:
silverwind
2026-08-26 20:35:44 +02:00
committed by GitHub
parent 3005efa88d
commit 3c4d5a6a5c
4 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ import (
"github.com/hashicorp/go-version"
)
const RequiredVersion = "2.18.0" // the minimum Git version required
const RequiredVersion = "2.25.0" // the minimum Git version required
type Features struct {
gitVersion *version.Version