snippetbashTip
go version — Display Go version. More information: <https://pkg.go.dev/cmd/go#hdr-Print_Go_version>.
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 versionDisplay the Go version used to build a specific executable file:
go version {{path/to/executable}}Code Snippets
Display version
go versionDisplay 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.