You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: