-
Notifications
You must be signed in to change notification settings - Fork 26
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 get not getting latest version - v2.9.0 #77
Comments
@rof20004 you can try to get the latest version by providing a tag
but thanks to Go Modules versions must have That would be nice to have a |
@leonidboykov Thanks for information. I tried this and got same version, I think the problem is like you explained, the v prefix. |
This is still happening with the |
@camilopayan try using in the meantime, whilst I sort this out.
|
Thanks for the response. For now I'm sticking with 2.0, unfortunately. When I tried
|
The tag is now correct (having the v prefix), but the go.mod file is still wrong. According to https://golang.org/cmd/go/#hdr-Module_compatibility_and_semantic_versioning the first line has to be
|
@exul that is correct. We have a release scheduled soon which will address this and update the documentation. > 2.10.0 all releases will follow go modules import compatibility rules. See https://github.com/fauna/faunadb-go/tree/fix-semver |
both of these install v2.0.0 which seems to be the version from 2018 without functions for |
Ah I guess you can use |
Hi, I have the same issue as @mwildehahn described. |
It looks like the current approach isn't correct: See: https://github.com/golang/go/wiki/Modules#releasing-modules-v2-or-higher Error:
|
this issue cost me nearly 3 hours to find and it still persists in the latest version. |
I am trying to get faunadb-go with go get ./... but it always get this:
The text was updated successfully, but these errors were encountered: