Installing Golang - ish-app/ish GitHub Wiki
iSH has a lot of issues running Go, and most programs won't compile. However, a fork (iSH-AOK) does support Go by enabling multicore (in later versions, disable the "Enable Multicore (Threading)" option in settings; in older versions, run mc off
or edit /proc/ish/defaults/enable_multicore
as root), albeit very slow.
- Run
apk update
- Run
apk add go
- Test to make sure Go is installed by typing
go version
. You should see something along the lines of:
go version go1.13.15 linux/386