Cannot go get github.com/elastic/beats/libbeat/beat go1.4.2

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.

There is no version compatible with go 1.4.2. Any specific reason you need 1.4.2?

Because this is the version that comes with gcc 5.2.1, which is the version we ship.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.