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

Docker compose fails #9

Closed
dougcodes opened this issue Dec 24, 2020 · 4 comments
Closed

Docker compose fails #9

dougcodes opened this issue Dec 24, 2020 · 4 comments

Comments

@dougcodes
Copy link

After executing:

docker-compose up -d --build

I'm getting:

Step 2/8 : RUN CGO_ENABLED=0 GOOS=linux go install ./services/account-svc/cmd/account-svc
---> Running in 8439d5fc3427

github.com/coreos/etcd/clientv3/balancer/picker

/go/pkg/mod/github.com/coreos/[email protected]+incompatible/clientv3/balancer/picker/err.go:37:44: undefined: balancer.PickOptions
/go/pkg/mod/github.com/coreos/[email protected]+incompatible/clientv3/balancer/picker/roundrobin_balanced.go:55:54: undefined: balancer.PickOptions

github.com/coreos/etcd/clientv3/balancer/resolver/endpoint

/go/pkg/mod/github.com/coreos/[email protected]+incompatible/clientv3/balancer/resolver/endpoint/endpoint.go:114:78: undefined: resolver.BuildOption
/go/pkg/mod/github.com/coreos/[email protected]+incompatible/clientv3/balancer/resolver/endpoint/endpoint.go:182:31: undefined: resolver.ResolveNowOption
ERROR: Service 'account-svc' failed to build : The command '/bin/sh -c CGO_ENABLED=0 GOOS=linux go install ./services/account-svc/cmd/account-svc' returned a non-zero code: 2

@begmaroman
Copy link
Owner

@dougcodes pull the latest changes and try again please.

@dougcodes
Copy link
Author

@begmaroman - Thanks that worked..

@ppusapati
Copy link

@dougcodes Have you been able to successfully run this?

@ppusapati
Copy link

@dougcodes #12 (comment)

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

3 participants