HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

go version — Display Go version. More information: <https://pkg.go.dev/cmd/go#hdr-Print_Go_version>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
httpscommandclimoreinformationgo versionversiondisplay

Problem

How to use the go version command: Display Go version. More information: <https://pkg.go.dev/cmd/go#hdr-Print_Go_version>.

Solution

go version — 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}}

Code Snippets

Display version

go version

Display the Go version used to build a specific executable file

go version {{path/to/executable}}

Context

tldr-pages: common/go version

Revisions (0)

No revisions yet.