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
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.
The text was updated successfully, but these errors were encountered:
Done, let me know if you have any other problems!
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: