How can I switch the version of go, the default version it runs
hklinux2010 opened this issue · 1 comments
hklinux2010 commented
How can I switch the version of go, the default version it runs
stefanmaric commented
You can use g install <version>
or g set <version>
if you have downloaded such version with g previously.