Skip to content

Instantly share code, notes, and snippets.

@Harkishen-Singh
Last active December 6, 2021 11:36
Show Gist options
  • Save Harkishen-Singh/3d578b95fd049917ac9cb70cc19ea808 to your computer and use it in GitHub Desktop.
Save Harkishen-Singh/3d578b95fd049917ac9cb70cc19ea808 to your computer and use it in GitHub Desktop.
sudo apt update
sudo apt-get install gcc -y
wget -c https://dl.google.com/go/go1.17.4.linux-amd64.tar.gz -O - | sudo tar -xz -C /usr/local
echo "export PATH=$PATH:/usr/local/go/bin" >> ~/.profile
source ~/.profile
go version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment