gvm2
gvm2 copied to clipboard
gvm use lowest version of go
Is there a way to set the default go version? I want to use go 1.10.2 and for installing that, I have to first install go1.4 bootstrap. Now everytime my bash starts it choose 1.4 to be default... I don't think the auto set functionality fix this problem because: Ex. this is a corp project, and you are the only one using gvm... Ex. this is a new project and usually people start with the latest version. and so on