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

Incompatible TiDB Version #3

Open
teckick opened this issue Jun 22, 2020 · 1 comment
Open

Incompatible TiDB Version #3

teckick opened this issue Jun 22, 2020 · 1 comment

Comments

@teckick
Copy link

teckick commented Jun 22, 2020

Error occurs when I import zetta into Goland:

go list -m -json all

go: finding github.com/pingcap/tidb v3.0.6+incompatible
go: finding github.com/pingcap/tidb v3.0.6+incompatible
go list -m: github.com/pingcap/[email protected]+incompatible: invalid version: +incompatible suffix not allowed: module contains a go.mod file, so semantic import versioning is required

I see GOPRIVATE is set in Makefile. Should I mirror github.com/pingcap/[email protected] and remove go.mod?

@sunxiaoguang
Copy link

Thanks for reporting this issue. We are working closely with PingCAP and will resolve this issue soon.

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

Successfully merging a pull request may close this issue.

2 participants