goenv icon indicating copy to clipboard operation
goenv copied to clipboard

`goenv install` simply do nothing

Open SkYNewZ opened this issue 3 years ago • 0 comments
trafficstars

I'm trying to install an old Go version using goenv. I'm used to using this tool but nothing happens when I try to install a version.

❯ goenv --version
goenv 2.0.0beta11
❯ goenv install 1.14.15
❯ echo $?
0
❯ pwd
/Users/qlemaire/.goenv/versions
❯ ls -lah
total 0
drwxr-xr-x  2 qlemaire  staff    64B Sep  6 15:59 .
drwxr-xr-x  4 qlemaire  staff   128B Sep  6 15:59 ..

SkYNewZ avatar Sep 06 '22 14:09 SkYNewZ