- Overview
- Usage - Configuration options
- Reference - Parameter and detailed reference to all options
- Development - Guide for contributing to the module
This module installs go binary for Linux systems.
Install Go
class { 'golang': }
Install specific version of Go
class { 'golang':
version => '1.24.12',
}