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

elastic version 6 is not installed #4

Open
ielyanov opened this issue Feb 22, 2020 · 1 comment
Open

elastic version 6 is not installed #4

ielyanov opened this issue Feb 22, 2020 · 1 comment

Comments

@ielyanov
Copy link

I execute command
docker-compose up -d --build
But i got error

Step 23/28 : RUN go get github.com/olivere/elastic ---> Running in 51279699b16d Removing intermediate container 51279699b16d ---> 7ee7009f0dab Step 24/28 : RUN go get github.com/mailru/easyjson ---> Running in 8e0e46af8e25 Removing intermediate container 8e0e46af8e25 ---> 576078d57fa8 Step 25/28 : RUN go install ./... ---> Running in fb3b52ec19f7 ../../olivere/elastic/client.go:24:2: cannot find package "github.com/olivere/elastic/v7/config" in any of: /usr/local/go/src/github.com/olivere/elastic/v7/config (from $GOROOT) /go/src/github.com/olivere/elastic/v7/config (from $GOPATH) ../../olivere/elastic/bulk.go:15:2: cannot find package "github.com/olivere/elastic/v7/uritemplates" in any of: /usr/local/go/src/github.com/olivere/elastic/v7/uritemplates (from $GOROOT) /go/src/github.com/olivere/elastic/v7/uritemplates (from $GOPATH) ERROR: Service 'pusher' failed to build: The command '/bin/sh -c go install ./...' returned a non-zero code: 1

What`s wrong?

@ielyanov ielyanov changed the title Version 6 is not installed elastic version 6 is not installed Feb 22, 2020
@tinrab
Copy link
Owner

tinrab commented Feb 22, 2020

Fixed in latest master. Upgraded to Go modules and updated dependencies.

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