Bump go version from 1.20.5 to 1.20.6

This commit is contained in:
ionutboangiu
2023-07-20 13:19:40 -04:00
committed by Dan Christian Bogos
parent c987c3e72e
commit 2b0be04b5b
4 changed files with 6 additions and 6 deletions

View File

@@ -106,8 +106,8 @@ To install the latest Go version at the time of writing this documentation, run:
# sudo dnf install -y wget tar for .rpm distros
sudo rm -rf /usr/local/go
cd /tmp
wget https://go.dev/dl/go1.20.5.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.20.5.linux-amd64.tar.gz
wget https://go.dev/dl/go1.20.6.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.20.6.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
Installation: