1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-06 13:35:24 +02:00
tldr/pages/common/go-version.md
2025-06-28 15:06:36 -07:00

12 lines
245 B
Markdown

# 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}}`