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
Hitting the Go module semver problem, where Go requires one and only v prefixed versions, I went through this issue and I really think that it should get some happy ending.
Hitting the Go module semver problem, where Go requires one and only
v
prefixed versions, I went through this issue and I really think that it should get some happy ending.Some valid points, why versioning without
v
should be supported#32945 (comment)
#32945 (comment)
Seems like the only reason for declining support for
v
-less semver tags is their collision.#32945 (comment)
#30146 (comment)
What if the
go.mod
file would contain a directive that clearly declares which semver format is valid for this project?The text was updated successfully, but these errors were encountered: