--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # go version > Display Go version. > More information: . - Display version: `go version` - Display the Go version used to build a specific executable file: `go version {{path/to/executable}}`