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
So v2.3.0-alpha.4 is included. I'm not sure whether this is expected or not. If this is expected, is there a way to deprecated the tagged version v2.3.0-alpha.4?
The text was updated successfully, but these errors were encountered:
To retract a version, a module author should add a retract directive to go.mod, then publish a new version containing that directive. The new version must be higher than other release or pre-release versions; that is, the @latestversion query should resolve to the new version before retractions are considered. The go command loads and applies retractions from the version shown by go list -m -retracted $modpath@latest (where $modpath is the module path).
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
The go.mod retracts v2.3.0-alpha.4: https://github.com/hajimehoshi/oto/blob/21593abf964d5174d9968759dcfee3172053d836/go.mod
What did you expect to see?
What did you see instead?
So
v2.3.0-alpha.4
is included. I'm not sure whether this is expected or not. If this is expected, is there a way to deprecated the tagged versionv2.3.0-alpha.4
?The text was updated successfully, but these errors were encountered: