We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f81b6f commit 9e2d21dCopy full SHA for 9e2d21d
1 file changed
internal/images/generic.go
@@ -23,7 +23,6 @@ func (vc genericVersionComparer) Lt(a, b string) bool {
23
if len(aParts) == 0 || len(bParts) == 0 || len(aParts) != len(bParts) {
24
slog.Error("Cannot compare versions with different parts", "a", a, "b", b)
25
panic(fmt.Sprintf("Cannot compare versions %s and %s", a, b))
26
- return false
27
}
28
29
for i := range aParts {
0 commit comments