It's relatively straightforward to install Go programmatically, just download a file from the website and extract it. Since we already offer to install other dependencies in this way, we should do so too for Go.
Note that unlike other dependencies, Go has different version for amd64 an arm64 on macOS, so an arch check is required on top of an OS check.
It's relatively straightforward to install Go programmatically, just download a file from the website and extract it. Since we already offer to install other dependencies in this way, we should do so too for Go.
Note that unlike other dependencies, Go has different version for amd64 an arm64 on macOS, so an arch check is required on top of an OS check.