-l flag prints a table of every Go version installed in your workspace, along with when each version was installed and which one is currently active.
Syntax
Example
Table columns
| Column | Description |
|---|---|
| VERSION | The installed Go version string. |
| CREATION | The modification time of the version’s directory, which reflects when it was installed. |
| STATUS | Shows * ACTIVE for the version currently pointed to by the workspace symlinks. Empty for all other versions. |