mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Update for Go 1.20
parent
507dc0f3e9
commit
a50c8cb908
@ -6,7 +6,7 @@ There are some other options for Debian based systems like Ubuntu. These package
|
|||||||
|
|
||||||
## Using PPA
|
## 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
|
sudo add-apt-repository ppa:longsleep/golang-backports
|
||||||
@ -14,7 +14,7 @@ sudo apt update
|
|||||||
sudo apt install golang-go
|
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
|
## Using snap
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user