Skip to content

Instantly share code, notes, and snippets.

@marcelitocs
Forked from konradko/golang_on_rpi.md
Last active July 1, 2023 22:24
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcelitocs/19bdfd22befecbe0d3eef3271260e528 to your computer and use it in GitHub Desktop.
Save marcelitocs/19bdfd22befecbe0d3eef3271260e528 to your computer and use it in GitHub Desktop.
Install Golang 1.8 on Raspberry Pi
wget https://storage.googleapis.com/golang/go1.8.linux-armv6l.tar.gz
tar -C /usr/local -xzf go1.8.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