Configs

Go Go

Installation

It provides the latest Go version’s installation

First, download the binary release tarball for Linux from their downloads page. Then follow their installation instructions:

Installation via package manager

Most likely, there exists a some package of the Go language within the repositories of your package manager for your Linux distro. These may not be the latest Go version but are recent enough and tested to work well on your distro. For my Fedora distro, I referred the Fedora Developer portal page for installing Go via Fedora’s package manager dnf:

sudo dnf install golang