golang: Install Go
Download and install Go programming language
include golangThe following parameters are available in the golang class:
Data type: String
Version of Go to install
Default value: '1.25.6'
Data type: String[1]
The GOOS to install
Default value: downcase($facts['kernel'])
Data type: String[1]
The GOARCH to install
Default value: $facts['os']['architecture']
Data type: Stdlib::Absolutepath
The directory of where to download Go
Default value: '/tmp'
Data type: Stdlib::Absolutepath
The directory where to extract Go
Default value: '/opt'
Data type: Stdlib::Absolutepath
The path to bin directory for go and gofmt symlinks
Default value: '/usr/bin'