Last active
April 17, 2024 01:24
-
-
Save danielscarvalho/0eaea463369fc7176c58472053b23b7a to your computer and use it in GitHub Desktop.
Install go 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
sudo tar -C /opt -xzf go1.22.2.linux-amd64.tar.gz | |
# https://go.dev/doc/install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment