Skip to content

Instantly share code, notes, and snippets.

@ptavares
Created December 14, 2022 19:57
Show Gist options
  • Save ptavares/153d05e4511c27b3aa0831de8bb995c2 to your computer and use it in GitHub Desktop.
Save ptavares/153d05e4511c27b3aa0831de8bb995c2 to your computer and use it in GitHub Desktop.
Insall or reinstall Golang
export GO_VERSION=1.19.X
wget -q -O - https://git.io/vQhTU | bash -s -- --version $GO_VERSION
wget -q -O - https://git.io/vQhTU | bash -s -- --remove && wget -q -O - https://git.io/vQhTU | bash -s -- --version $GO_VERSION # resintall Golang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment