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 I was trying to validate version 14.1.1-debian against constraints 14.1.1-alpine, it was giving error like 14.1.1-debian is not equal to 14.1.1-alpine which is expected.
But when I was trying version 14.1-debian against constraints 14.1-alpine, it was considered as valid version which is not expected to me.
semver version: v3.1.1
For reproducing the error, I have given my go code below: