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
This would make managing go.mod files that depend on them much easier, since those files would contain a semver tag rather than an opaque commit hash. The opaque commit hash makes it hard to figure out whether a given go.mod file requires a higher version of a dependency than is currently in use.
The text was updated successfully, but these errors were encountered:
According to https://github.com/golang/go/wiki/Modules#semantic-import-versioning:
Right now, the x/* repositories, e.g. https://github.com/golang/crypto, https://github.com/golang/net, and https://github.com/golang/sys, don't appear to have version tags, but they are opted into Go modules (they have go.mod files). Could you start tagging releases for these repositories?
This would make managing go.mod files that depend on them much easier, since those files would contain a semver tag rather than an opaque commit hash. The opaque commit hash makes it hard to figure out whether a given go.mod file requires a higher version of a dependency than is currently in use.
The text was updated successfully, but these errors were encountered: