go get github.com/elastic/beats/libbeat/beat
package context: unrecognized import path "context"
go version
go version go1.4.2 gccgo (GCC) 5.2.1 20150716 linux/amd64
With the go version of gcc 5.2.1 which is 1.4.2 there is no context.
This was introduced with 1.7 as i know.
Could you create a backwards compatibility branch?
Thank you.
Regards.