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
It seems build dependencies on specific versions aren't actually enforced.
eg. golang-any <= x.y doesn't break if the requested minimum version isn't enforced, but silently installs the lower version,
it just picks the highest available one.
The text was updated successfully, but these errors were encountered:
It seems build dependencies on specific versions aren't actually enforced.
eg. golang-any <= x.y doesn't break if the requested minimum version isn't enforced, but silently installs the lower version,
it just picks the highest available one.
The text was updated successfully, but these errors were encountered: