1.3. Installing Go Toolset
Install Go Toolset and all dependent packages by enabling the go-toolset module on RHEL 8 or installing the go-toolset package on RHEL 9 and 10.
Prerequisites
- All available Red Hat Enterprise Linux updates are installed.
Procedure
Install Go Toolset:
On RHEL 8, enter:
# yum module install go-toolsetOn RHEL 9 and 10, enter:
# dnf install go-toolset