Skip to content

Instantly share code, notes, and snippets.

@ChunkRadius
Created May 19, 2017 11:13
Show Gist options
  • Select an option

  • Save ChunkRadius/173361240f9d6cf54d051de81a8cd7f3 to your computer and use it in GitHub Desktop.

Select an option

Save ChunkRadius/173361240f9d6cf54d051de81a8cd7f3 to your computer and use it in GitHub Desktop.
Update Go to latest version - Cloud9
#!/bin/bash
sudo rm -rf /opt/go
wget -qO- https://storage.googleapis.com/golang/go1.8.1.linux-amd64.tar.gz | sudo tar xz -C /opt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment