Skip to content
#

gvm

Here are 36 public repositories matching this topic...

Go Version Manager (gvm) enables seamless installing and swapping between Go versions with a single command. This tool manages a Go environment for the user by allowing a user to specify which Go version they wish to use and handling all of the steps to install and configure that Go version. GVM also supports installing Go from the official Golang master branch so that you can easily try the next version of Go without waiting for a pre release build.

  • Updated Apr 6, 2022
  • Shell
olimpias
olimpias commented Jul 6, 2020

Currently, when you try to use go 1.4.x version, gvm is not working. We should not support the below go 1.5.1 version.

Example Command:

gvm use 1.4.1

Expected Result:

gvm version 0.1.1
Below go1.5.x is not supported

We should add a validation method here and write a unit test for it.

New validation m

enhancement good first issue

Improve this page

Add a description, image, and links to the gvm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gvm topic, visit your repo's landing page and select "manage topics."

Learn more