gvm

List Command

List installed Go versions and available versions from the official Go download server.

Usage

gvm list
gvm list --all

Description

The list command displays all Go versions that are currently installed on your system. When used with the --all flag, it also shows available versions that can be installed.

Examples

List installed versions only

gvm list

Output:

OS: linux ARCH: amd64

Installed Versions
go1.21.0 ← default
go1.20.5
go1.19.10

List installed and available versions

gvm list --all

Output:

OS: linux ARCH: amd64

Installed Versions
go1.21.0 ← default
go1.20.5
go1.19.10

Available Versions
go1.21.1
go1.21.0
go1.20.10
go1.20.9
...

Flags

Flag Short Description
--all -a List all available versions from the Go download server

Output Format

The list command displays:

Filtering

The command automatically filters available versions based on: