Last active
July 23, 2024 11:15
-
-
Save hokiegeek2/654822e0fe62a295f3d418e4439dc99e to your computer and use it in GitHub Desktop.
install latest golang on ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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