Topbeat with Go 1.3

Hi All,

Would it be possible to compile topbeat with Go 1.3 on RedHat 5.10? I tried it and it didn't work. This is the error I got:

# github.com/elastic/libbeat/outputs
Godeps/_workspace/src/github.com/elastic/libbeat/outputs/tls.go:159: undefined: tls.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
Godeps/_workspace/src/github.com/elastic/libbeat/outputs/tls.go:160: undefined: tls.TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
godep: go exit status 2
make: *** [topbeat] Error 1

I'm not sure if I'm doing something wrong or if Go 1.3 is not compatible.

Thanks!

Hi @spynxo

Topbeat requires at least Go 1.5 to be compiled as the tls part that throw the error don't exist before.

Nicolas