mozilla / tls-canary

DEPRECATED - TLS regression scanner for Firefox
https://tlscanary.mozilla.org/
Mozilla Public License 2.0
18 stars 15 forks source link

Project requires Go version 1.7 or later #167

Closed mwobensmith closed 6 years ago

mwobensmith commented 6 years ago

Our docs don't indicate what version of Go compiler is needed, and the default AWS Ubuntu instance I was using had Go 1.6 installed, which will produce the following error:

go/src/golang.org/x/sys/unix/ioctl.go:18: undefined: runtime.KeepAlive

We should update the docs to reflect this version dependency.

cr commented 6 years ago

Fixed by #170