-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
The go docs state that
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels