Skip to content
/ govsm Public

govsm is a bash script that simplifies installing go versions, letting you list available versions, download, and set up a specific version.

License

Notifications You must be signed in to change notification settings

rgomids/govsm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

govsm

Go version manager.

The govsm script automatically detects your operating system (Linux or macOS) and CPU architecture when downloading Go releases.

Installation

With make installed, run:

make install

The govsm script will be copied to /usr/local/bin. To install elsewhere, use the PREFIX variable:

make install PREFIX=$HOME/.local/bin

Usage

List available versions:

govsm list

Install a specific Go version:

govsm install 1.22.0

Run govsm without arguments to see the full help.

Requirements

  • curl and wget installed
  • Permission to write to the installation directory
  • Works on Linux and macOS (architecture detected automatically)

About

govsm is a bash script that simplifies installing go versions, letting you list available versions, download, and set up a specific version.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published