Gover is a lightweight version manager for Go. It helps you install, switch, and manage multiple versions of Go with ease.
curl -fsSL https://raw.githubusercontent.com/goverx/gover/main/install.sh | sudo bashiwr -useb https://raw.githubusercontent.com/goverx/gover/main/install.ps1 | iexCheck installed Go versions:
gover listInstall a new version of Go:
gover install 1.22.0Switch to a specific version:
gover use 1.22.0Check the currently active Go version:
gover currentMIT