The go toolchain recently grew support for automatically downloading
the desired toolchain version. This hides go version requiremets when
they change on us between versions. Disable this functionality to
force using our preferred toolchain with no surprises.
As-is this absolutely will break things. The idea is to prevent a port
from automatically downloading and using a newer toolchain during the
build. Follow up commits will be required for multiple Go ports to set
the required version properly.