2020-05-08 13:39:25 +01:00
|
|
|
# go version
|
|
|
|
|
2024-01-30 04:55:24 +00:00
|
|
|
> Display Go version.
|
2020-05-11 05:09:09 +01:00
|
|
|
> More information: <https://golang.org/cmd/go/#hdr-Print_Go_version>.
|
2020-05-08 13:39:25 +01:00
|
|
|
|
2024-01-30 04:55:24 +00:00
|
|
|
- Display version:
|
2020-05-08 13:39:25 +01:00
|
|
|
|
|
|
|
`go version`
|
|
|
|
|
2024-01-30 04:55:24 +00:00
|
|
|
- Display the Go version used to build a specific executable file:
|
2020-05-08 13:39:25 +01:00
|
|
|
|
2020-05-14 17:01:50 +01:00
|
|
|
`go version {{path/to/executable}}`
|