Skip to content

Instantly share code, notes, and snippets.

@hunzo
Created September 21, 2021 02:33
Show Gist options
  • Save hunzo/93951fd8736b0e8870de89fa86b2b41e to your computer and use it in GitHub Desktop.
Save hunzo/93951fd8736b0e8870de89fa86b2b41e to your computer and use it in GitHub Desktop.
curl -OL https://golang.org/dl/go1.17.1.linux-amd64.tar.gz
tar xfz go1.17.1.linux-amd64.tar.gz
sudo mv go /usr/local
sudo ln /usr/local/go/bin/go /usr/local/bin/go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment