-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Update CONTRIBUTING.md & Update Travis file to build under Go 1.5 #202
Conversation
Oh.. I guess on Go 1.5 mongodb has issues.. Here is the Travis build : https://travis-ci.org/elastic/packetbeat/builds/76619151 |
It passed now. Not sure why, but that last mongodb test seems to be flaky (also with go 1.4). Thanks for the PR, we want to release the beta3 in 1-2 weeks and we're not sure yet if we want to base it on go 1.4 or 1.5. We'll merge this when we switch to 1.5. |
@emirozer We updated to 1.5 in the mean time. I would still like to get your change to CONTRIBUTING.md into the repo. Can you merge in master and push again? |
@ruflin thank you :) |
Update CONTRIBUTING.md & Update Travis file to build under Go 1.5
Merged, thx. |
Update CONTRIBUTING.md & Update Travis file to build under Go 1.5
Doc/update logstash output
I am not sure if this is necessary or not, just that a fresh clone won't run make if libpcap is missing(naturally as libpcap being the backbone of the app :) ).
Also updated the travis file to target Go 1.5 from now on