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

Face ambiguous import: found when try to run make install (go 1.13 - not supported yet) #2055

Closed
camilamacedo86 opened this issue Oct 12, 2019 · 1 comment
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@camilamacedo86
Copy link
Contributor

Bug Report

What did you do?
use make install

What did you expect to see?
Build and install the binary

What did you see instead? Under which circumstances?

$ go mod tidy
github.com/operator-framework/operator-sdk/internal/olm/client imports
	k8s.io/kubernetes/pkg/controller/deployment/util imports
	k8s.io/kubernetes/pkg/controller imports
	k8s.io/kubernetes/pkg/serviceaccount tested by
	k8s.io/kubernetes/pkg/serviceaccount.test imports
	k8s.io/kubernetes/pkg/controller/serviceaccount imports
	k8s.io/kubernetes/pkg/registry/core/secret imports
	k8s.io/apiserver/pkg/registry/generic imports
	k8s.io/apiserver/pkg/storage/storagebackend/factory tested by
	k8s.io/apiserver/pkg/storage/storagebackend/factory.test imports
	github.com/coreos/etcd/integration imports
	github.com/coreos/etcd/client imports
	github.com/ugorji/go/codec: ambiguous import: found github.com/ugorji/go/codec in multiple modules:
	github.com/ugorji/go v1.1.1 (/Users/camilamacedo/go/pkg/mod/github.com/ugorji/[email protected]/codec)
	github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 (/Users/camilamacedo/go/pkg/mod/github.com/ugorji/go/[email protected])

Environment

  • operator-sdk version: 0.11.0 and master branch

  • go version:

go version go1.13.1 darwin/amd64

Possible Solution
gin-gonic/gin#1673

@camilamacedo86 camilamacedo86 added the kind/bug Categorizes issue or PR as related to a bug. label Oct 12, 2019
@camilamacedo86 camilamacedo86 self-assigned this Oct 12, 2019
@camilamacedo86 camilamacedo86 added kind/feature Categorizes issue or PR as related to a new feature. and removed kind/bug Categorizes issue or PR as related to a bug. labels Oct 12, 2019
@camilamacedo86
Copy link
Contributor Author

Note: Currently the project is not supporting 1.13 so this issue is not faced with the go version supported 1.12. I just register it in order to make easier we track down and solve it as well in order to start to support 1.13. Closing it.

@camilamacedo86 camilamacedo86 added kind/bug Categorizes issue or PR as related to a bug. and removed kind/feature Categorizes issue or PR as related to a new feature. labels Oct 12, 2019
@camilamacedo86 camilamacedo86 changed the title Face ambiguous import: found when try to run make install Face ambiguous import: found when try to run make install (go 1.13 - not supported yet) Oct 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant