Update for Go 1.20

Simon Eisenmann 2023-02-06 01:16:16 +01:00
parent 507dc0f3e9
commit a50c8cb908

@ -6,7 +6,7 @@ There are some other options for Debian based systems like Ubuntu. These package
## Using PPA
If you're using Ubuntu 18.04, 20.04 or 22.04 (amd64, arm64 or armhf), then you can use the [longsleep/golang-backports PPA](https://launchpad.net/~longsleep/+archive/ubuntu/golang-backports) and update to Go 1.19.
If you're using Ubuntu 18.04, 20.04 or 22.04 (amd64, arm64 or armhf), then you can use the [longsleep/golang-backports PPA](https://launchpad.net/~longsleep/+archive/ubuntu/golang-backports) and update to Go 1.20.
```
sudo add-apt-repository ppa:longsleep/golang-backports
@ -14,7 +14,7 @@ sudo apt update
sudo apt install golang-go
```
> **Note that `golang-go` installs latest Go as default Go. If you do not want that, install `golang-1.19` instead and use the binaries from `/usr/lib/go-1.19/bin`.**
> **Note that `golang-go` installs latest Go as default Go. If you do not want that, install `golang-1.20` instead and use the binaries from `/usr/lib/go-1.20/bin`.**
## Using snap