Skip to content

Instantly share code, notes, and snippets.

@hokiegeek2
Last active July 23, 2024 11:15
Show Gist options
  • Save hokiegeek2/654822e0fe62a295f3d418e4439dc99e to your computer and use it in GitHub Desktop.
Save hokiegeek2/654822e0fe62a295f3d418e4439dc99e to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment