-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Labels
Description
Similar to #43 but did not want to try to revive a year old closed ticket. I also have some additional information on the problem and what I think is the solution.
Since go.mod is not at the root of the project, the required tag for the semver would be statsd/v3.2.1, whereas the current release tag is v3.2.1.
Each module has its own version information. Version tags for modules below the root of the repository must include the relative directory as a prefix. (source)
Additional Context
This is the error when trying to use v3 with go modules, which is looking for the missing tag statsd/v3.2.1.
reading github.com/cactus/go-statsd-client/statsd/statsd/go.mod at revision statsd/v3.2.1: unknown revision statsd/v3.2.1
Reactions are currently unavailable