Installing Go on a Raspberry Pi
Here are the steps to install Go on a Raspberry Pi.
We’ll install version 1.18.2, the latest as of 2022.05.15.
1 | wget https://golang.org/dl/go1.18.2.linux-armv6l.tar.gz |
- Verified with the Raspberry Pi OS Bullseye 2022.04.04 release.
Installing Go on a Raspberry Pi
https://kenzo0107.github.io/en/2022/05/15/install-golang-on-raspberrypios/