-
Notifications
You must be signed in to change notification settings - Fork 71
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 无法下载最新版client #77
Comments
In the root directory of your project, |
failed to get v2.0.0 with go v1.4 as well: $ go version
go version go1.14 darwin/amd64
$ go get -u -v github.com/vesoft-inc/nebula-go@master
go: github.com/vesoft-inc/nebula-go master => v1.1.1-0.20210416024212-052593cefbb9 |
|
yes, but it is supposed to be v2.0.0, right? Otherwise, how can we get the v2.0+ version of nebula? |
The Nebula-go version is only relative to the Github branch, which means if you run |
may be shold see this? #80 |
go version go1.13.5 linux/amd64
go.mod:
Error:
require github.com/vesoft-inc/nebula-go: version "v2.0.0-ga" invalid: module contains a go.mod file, so major version must be compatible: should be v0 or v1, not v2
The text was updated successfully, but these errors were encountered: