Skip to content

Using semver tags #37

@mikelolasagasti

Description

@mikelolasagasti

I was checking rclone's dependencies and when updating pkcs8 I see the following

$ go get -u github.com/youmark/pkcs8@latest
go: downloading github.com/youmark/pkcs8 v0.0.0-20240424034433-3c2c7870ae76
(...)
go: upgraded github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a => v0.0.0-20240424034433-3c2c7870ae76

It's not pointing to the 1.2 version as go requires using "semver" release numbers X.Y.Z.

https://go.dev/blog/publishing-go-modules

Would it be possible in the future, or for current release, to tag releases with MAJOR.MINOR.PATCH format?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions