Skip to content

Instantly share code, notes, and snippets.

@canhlinh
Last active December 1, 2020 16:30
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 canhlinh/72fafca86941bea7ce50acff3f625dd5 to your computer and use it in GitHub Desktop.
Save canhlinh/72fafca86941bea7ce50acff3f625dd5 to your computer and use it in GitHub Desktop.
Install golang version 1.13
rm -rf /usr/local/go/
wget https://golang.org/dl/go1.13.12.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.13.12.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment