Created
September 11, 2022 22:49
-
-
Save v0lkan/116089974e47ce66197f83f1296d86e5 to your computer and use it in GitHub Desktop.
Install Go on Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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