We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://pkg.go.dev/github.com/discord/lilliput
I think it’s because this repository’s version tags are missing PATCH. e.g. v1.2 should instead be v1.2.0
instead, pseudo version numbers are automatically getting picked up by the module proxy https://golang.org/doc/modules/version-numbers#pseudo-version-number
it should be fairly easy to add new tags to existing releases which include PATCH
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://pkg.go.dev/github.com/discord/lilliput
I think it’s because this repository’s version tags are missing PATCH. e.g. v1.2 should instead be v1.2.0
instead, pseudo version numbers are automatically getting picked up by the module proxy https://golang.org/doc/modules/version-numbers#pseudo-version-number
it should be fairly easy to add new tags to existing releases which include PATCH
The text was updated successfully, but these errors were encountered: