Skip to content

Instantly share code, notes, and snippets.

@v0lkan
Created September 11, 2022 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save v0lkan/116089974e47ce66197f83f1296d86e5 to your computer and use it in GitHub Desktop.
Save v0lkan/116089974e47ce66197f83f1296d86e5 to your computer and use it in GitHub Desktop.
Install Go on Linux
# ref: https://go.dev/learn/
curl https://go.dev/dl/go1.19.1.linux-amd64.tar.gz
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.19.1.linux-amd64.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment