Skip to content

Instantly share code, notes, and snippets.

@navidshaikh
Last active August 9, 2021 16:13
Show Gist options
  • Save navidshaikh/bccb936e71dc421fe5fa39ff49de5456 to your computer and use it in GitHub Desktop.
Save navidshaikh/bccb936e71dc421fe5fa39ff49de5456 to your computer and use it in GitHub Desktop.
golang 1.16.7 installation
wget https://golang.org/dl/go1.16.7.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.16.7.linux-amd64.tar.gz
echo "export PATH=$PATH:/usr/local/go/bin">>~/.bashrc
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment