Skip to content

Instantly share code, notes, and snippets.

@bertt
Created July 6, 2017 07:12
Show Gist options
  • Save bertt/c35ef7852374c1e58905c70a526258f7 to your computer and use it in GitHub Desktop.
Save bertt/c35ef7852374c1e58905c70a526258f7 to your computer and use it in GitHub Desktop.
Install golang 1.8.3 on Raspberry Pi
wget https://storage.googleapis.com/golang/go1.8.3.linux-armv6l.tar.gz
sudo tar -C /usr/local -xzf go1.8.3.linux-armv6l.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