Check installed Ansible version
Install Go programming language
Initialize a new Go module
Check installed Go version
go version
Check the currently installed version of Go and verify installation.
Show Go version
Show Go version via env
go env GOVERSION
Run Go program directly
Build Go program into executable
Run Go test suite