I have a Raspberry Pi 3 running the most recent Raspbian distro.
I've installed the most recent go, from the prebuilt package and have it on my path:
$ go version go version go1.9 linux/arm However, when I try to install keybase:
$ go get github.com/keybase/client/go/keybase /usr/local/go/pkg/tool/linux_arm/link: running gcc failed: fork/exec /usr/bin/gcc: cannot allocate memory I've looked around and tried a few different things, like lowering my ulimit, to no avail. Any clue what I can do to install the most recent version of keybase?