The Hyperpessimist

The grandest failure.

Go 1.3 for Raspberry Pi

Update: I updated the builds, binaries for the Go 1.3.3 are available.

If you’ve been following this blog, you know I happen to backport Go on Raspbian Wheezy. So, starting today I offer you Go 1.3 on the Raspberry Pi. Have fun.

The instructions are as usual and if you happen to already use my backports, a simple update is enough:

1
2
3
4
5
wget https://xivilization.net/~marek/raspbian/xivilization-raspbian.gpg.key -O - | sudo apt-key add -
sudo wget https://xivilization.net/~marek/raspbian/xivilization-raspbian.list -O /etc/apt/sources.list.d/xivilization-raspbian.list

sudo aptitude update
sudo aptitude install golang