Skip to content

BAJ-/gum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gum - Go Utility Manager

gum version License: MIT

Build Status Tests

gum a utility manager for Go.

Installation

You can install gum with a single command:

curl -fsSL https://raw.githubusercontent.com/baj-/gum/main/scripts/install.sh | bash

After installation, add gum to your PATH by adding this line to your shell profile (.bashrc, .zshrc, etc.):

export PATH="$HOME/.gum/bin:$PATH"

Usage

Install a Go version

You can install Go versions in several ways:

# Install a specific version (major.minor.patch)
gum install 1.24.2

# Install the latest patch version for a major.minor release
gum install 1.24    # Will install the latest 1.24.x version

# Install with or without the "go" prefix
gum install go1.24
gum install 1.24

When you specify only a major.minor version (like 1.24), gum will automatically find and install the latest patch version available for that release.

Use a specific Go version

gum use 1.24.2

or

gum use

The version specified in your go.mod will be set as active.

Uninstall a Go version

gum uninstall 1.24.2

List installed versions

gum list

License

MIT License

About

Go Utility Manager

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published