OS package settings
Update OS package
sudo apt-get update && sudo apt-get upgrade -yInstall GoLang
# Install the latest version of GoLang
sudo snap install go --classic# Install GoLang using the Release version
wget https://go.dev/dl/<Release file name>
# ex) go1.21.1.linux-amd64.tar.gzInstall Build package
Last updated