upgrade to go1.20.5

This commit is contained in:
Earl Warren 2023-06-24 10:27:51 +02:00
parent f959b290ec
commit e5d2e4abe0
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -14,7 +14,7 @@ function dependency_go() {
apt-get update
apt-get install -y -qq wget tar
wget --quiet https://go.dev/dl/go1.20.4.linux-amd64.tar.gz
tar zxf go1.20.4.linux-amd64.tar.gz
tar zxf go1.20.5.linux-amd64.tar.gz
export PATH=$PATH:$(pwd)/go/bin
fi
}