goenv
goenv copied to clipboard
pushd/popd: no space left on device
I'm trying to install go on a small cloud server, the server has 1gb of RAM and ~20gb of storage. I was able to install with previous versions of goenv without any issue in the past.
This is a clean install of Fedora 35 with git installed.

it seems by "space" it means RAM, as increasing RAM allows it to install. I'm able to install go manually without much issue with RAM or storage.

@jriddle-linode I believe go-build is working in tmpfs -- are you able to make it install by adding swap space?