Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ If you're using Ubuntu 18.04, 20.04 or 22.04 (amd64, arm64 or armhf), then you c
```
sudo add-apt-repository ppa:longsleep/golang-backports
sudo apt update
sudo apt install golang-go
sudo apt-get install software-properties-common -y
sudo apt install golang-go -y
```

> **Note that `golang-go` installs latest Go as default Go. If you do not want that, install `golang-1.22` instead and use the binaries from `/usr/lib/go-1.22/bin`.**
Expand Down