From 07c6640081f24a2879c0afd254020ef6e51643f0 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Fri, 15 Sep 2023 11:54:36 +0200 Subject: [PATCH] Update for Go 1.21 --- Ubuntu.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ubuntu.md b/Ubuntu.md index 031a7db6..45443a54 100644 --- a/Ubuntu.md +++ b/Ubuntu.md @@ -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.20. +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.21. ``` 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.20` instead and use the binaries from `/usr/lib/go-1.20/bin`.** +> **Note that `golang-go` installs latest Go as default Go. If you do not want that, install `golang-1.21` instead and use the binaries from `/usr/lib/go-1.21/bin`.** ## Using snap