Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using semver tags #37

Open
mikelolasagasti opened this issue Apr 28, 2024 · 0 comments
Open

Using semver tags #37

mikelolasagasti opened this issue Apr 28, 2024 · 0 comments

Comments

@mikelolasagasti
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant