Closed mwobensmith closed 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.
Fixed by #170
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.