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

go.mod: no matching versions for query "v1.2" #50

Closed
d-schmidt opened this issue Feb 27, 2020 · 3 comments
Closed

go.mod: no matching versions for query "v1.2" #50

d-schmidt opened this issue Feb 27, 2020 · 3 comments

Comments

@d-schmidt
Copy link

d-schmidt commented Feb 27, 2020

It seems go mod/get is unable to understand shorter version strings

I forked your repo and changed it to 1.2.1 and go get did work again.
Currently I'm only able to get v1.1.1

Could you release a new version with 3 digits?

@d-schmidt
Copy link
Author

confirmed here golang/go#37529 (comment)

@KateGo520
Copy link

I found that this project already supports Go modules. But sadly, the tags doesn't follow Semantic Versioning, which means that all tags of this project will be ignored by Go modules and replaced by pseudo-versions, go get acts weirdly when tags are not in that form. It would be great to have the tagged release be named in the format vX.X.X format so that go mod can read it.
So, I propose this project to follow Semantic Versioning in future versions. For example, v1.0.1, v2.0.0, v3.1.0-alpha, v3.1.0-beta.2etc.

@anaskhan96
Copy link
Owner

Done - 1.2.1

Sorry for the delay :/

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

3 participants