[ADD] Script for sanity-checking build environment
The lack of an explicit Go version check bites almost every new developer - the failures from attempting to build with 1.13 are not at all obvious that it is due to Go-lang version.
This new script is hooked into the early lint target, and can be extended to include other similar build checks.
Edited by Heimdall