chore(deps): bump github.com/go-git/go-git/v5 from 5.2.0 to 5.11.0 (#6101)

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>
This commit is contained in:
hongzhouzi
2024-05-09 10:50:31 +08:00
committed by GitHub
parent 018caafaa0
commit 80cb9a6302
13 changed files with 63 additions and 105 deletions

View File

@@ -125,7 +125,7 @@ func IsPseudoVersion(v string) bool {
}
// IsZeroPseudoVersion returns whether v is a pseudo-version with a zero base,
// timestamp, and revision, as returned by ZeroPseudoVersion.
// timestamp, and revision, as returned by [ZeroPseudoVersion].
func IsZeroPseudoVersion(v string) bool {
return v == ZeroPseudoVersion(semver.Major(v))
}