Skip to content

Instantly share code, notes, and snippets.

View hokiegeek2's full-sized avatar

hokiegeek2

View GitHub Profile
@hokiegeek2
hokiegeek2 / golang-ubuntu-install.txt
Last active July 23, 2024 11:15
install latest golang on ubuntu
# instructions at https://go.dev/wiki/Ubuntu
sudo add-apt-repository ppa:longsleep/golang-backports
sudo apt update
sudo apt install golang-go
go version
go version go1.22.4 linux/amd64