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

Multiple versions of same module error when building with go 1.13 #669

Closed
kevinearls opened this issue Sep 23, 2019 · 1 comment
Closed

Comments

@kevinearls
Copy link
Contributor

I tried to build with go 1.13 and got the error:

ovpn-116-239:jaeger-operator kearls$ make
go: github.com/apache/[email protected] used for two different module paths (git.apache.org/thrift.git and github.com/apache/thrift)
go: github.com/apache/[email protected] used for two different module paths (git.apache.org/thrift.git and github.com/apache/thrift)
Building vendor...
Formatting code...
go: github.com/apache/[email protected] used for two different module paths (git.apache.org/thrift.git and github.com/apache/thrift)
make: *** [format] Error 1
ovpn-116-239:jaeger-operator kearls$

I've gone back to go 1.12.9, but we'll need to resolve this before we can use go 1.13

@jpkrohling jpkrohling added needs-triage New issues, in need of classification and removed needs-triage New issues, in need of classification labels Dec 16, 2019
@kevinearls
Copy link
Contributor Author

No longer an issue

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