Skip to content

Instantly share code, notes, and snippets.

@tommydangerous
Created January 17, 2018 03:39
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 tommydangerous/3b5c71a8e3229b4610f378f0184f7a14 to your computer and use it in GitHub Desktop.
Save tommydangerous/3b5c71a8e3229b4610f378f0184f7a14 to your computer and use it in GitHub Desktop.
Install later versions of Go on Ubuntu
$ sudo add-apt-repository ppa:longsleep/golang-backports
$ sudo apt-get update
$ sudo apt-get install golang-go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment