IT for operating businesses
Using the go-version Command
Display Go version. More information: <https://pkg.go.dev/cmd/go#hdr-Print_Go_version>.
- Display version:
go version
- Display the Go version used to build a specific executable file:
go version *path/to/executable*
This content is compiled from the open-source tldr-pages project under the MIT license.