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
If the module is version v2 or higher, the major version of the module must be included as a /vN at the end of the module paths
When I'm using this package, go always "updates" to v2.0.4+incompatible. When I'm trying to pin it to the v2.2.1 (because I'm running into the time window bug), go gives me:
go: github.com/asecurityteam/rolling@v2.2.1: invalid version: module contains a go.mod file, so module path must match major version ("github.com/asecurityteam/rolling/v2")
So the v2 part should probably be added to the module path.
The text was updated successfully, but these errors were encountered:
The go docs state that
When I'm using this package, go always "updates" to
v2.0.4+incompatible
. When I'm trying to pin it to thev2.2.1
(because I'm running into the time window bug), go gives me:So the
v2
part should probably be added to the module path.The text was updated successfully, but these errors were encountered: