You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using version.LessThanEqual and version.GreaterThanEqual I am able to construct a range comparison that works, but when using semver.NewConstraint with a range based constraint with build numbers, the same version fails the constraint.
go 1.23.2
version github.com/Masterminds/semver/v3 v3.3.1
When using version.LessThanEqual and version.GreaterThanEqual I am able to construct a range comparison that works, but when using semver.NewConstraint with a range based constraint with build numbers, the same version fails the constraint.
go 1.23.2
version github.com/Masterminds/semver/v3 v3.3.1
example test cases to reproduce
The text was updated successfully, but these errors were encountered: