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

Cannot build with go 1.8.1: /main.go:13: cannot use beater.New() (type *beater.Elasticbeat) as type #38

Open
rs18608 opened this issue May 22, 2017 · 2 comments

Comments

@rs18608
Copy link

rs18608 commented May 22, 2017

Hello, cannot get this to build with "go version go1.8.1 darwin/amd64".

make
go build
#>
./main.go:13: cannot use beater.New() (type *beater.Elasticbeat) as type "github.com/elastic/beats/libbeat/beat".Creator in argument to "github.com/elastic/beats/libbeat/beat".Run
make: *** [build] Error 2

Any ideas?

Thanks, Lynn

@radoondas
Copy link
Owner

Thanks for reporting.
Elasticbeat is not compatible with Go1.8
This will be fixed with next releases.

@kwojcicki
Copy link

Hey @radoondas I have been working on updating this repo to libbeat 6.0 wondering if there would be any interest in me making a PR for it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants