Skip to content

incorrect release tags for go modules #51

@danielhochman

Description

@danielhochman

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions