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 fails to pull revisions due to wrong tag name format #196

Closed
Shukla-Ankur opened this issue Apr 30, 2019 · 1 comment
Closed

Go fails to pull revisions due to wrong tag name format #196

Shukla-Ankur opened this issue Apr 30, 2019 · 1 comment

Comments

@Shukla-Ankur
Copy link

Could you please rename the tags to v1.1.0 etc because go treats v1.1 as invalid (essentially without a build number)?

I get the following error

go: errors parsing go.mod:
/Users/as/mt-store-doc-service/go.mod:15: invalid module version "v1.1": no matching versions for query "v1.1"

I tried with both v1.1 and 1.1 and it fails with same error every time.

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

2 participants