0xFableOrg / roll-op

The simplest way to spin your own dev / prod rollup, fully configurable.
BSD 3-Clause Clear License
92 stars 25 forks source link

Install Go via roll.py #18

Closed norswap closed 1 year ago

norswap commented 1 year ago

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.

norswap commented 1 year ago

Fixed by #43