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

Incorrect version tag #45

Open
seqre opened this issue Mar 21, 2025 · 0 comments
Open

Incorrect version tag #45

seqre opened this issue Mar 21, 2025 · 0 comments

Comments

@seqre
Copy link

seqre commented Mar 21, 2025

The project's tags contain only major and minor parts (no patch part), rendering them SemVer-incompatible. As a result, Go tooling does not recognize those versions.

> go install github.com/visma-prodsec/confused/[email protected]
go: github.com/visma-prodsec/confused/[email protected]: no matching versions for query "v0.5"

This can also be seen on https://pkg.go.dev/github.com/visma-prodsec/confused?tab=versions

Looking at the guide, the solution is to recreate tags to contain all three parts, eg. v0.5.0, and use all parts for future tags.

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