So far, I have been using Go casually. I use gvm to switch, upgrade and (un-)install various versions. This works fine so far except that I find one use case uncovered. I'm missing the functionality to "install packages from other version". With nvm
from node land, it's nvm install node --reinstall-packages-from=node
.
How would one upgrade go while keeping all packages that are currently installed?