Skip to content

Instantly share code, notes, and snippets.

@SnowyYANG
Created October 22, 2023 12:05
Show Gist options
  • Save SnowyYANG/c4622ac4538ddcbfcd5bdebc8ab871fc to your computer and use it in GitHub Desktop.
Save SnowyYANG/c4622ac4538ddcbfcd5bdebc8ab871fc to your computer and use it in GitHub Desktop.
install go on ubuntu
wget https://go.dev/dl/go1.21.3.linux-amd64.tar.gz
tar -xzf go1.21.3.linux-amd64.tar.gz -C /usr/local/
PATH=$PATH:/usr/local/go/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment