mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-24 00:21:00 -05:00
download Go 1.20.5 not 1.20.4
This commit is contained in:
parent
a2512b09ed
commit
9cde43f8ff
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ function dependency_go() {
|
|||
if ! which go > /dev/null ; then
|
||||
apt-get update
|
||||
apt-get install -y -qq wget tar
|
||||
wget --quiet https://go.dev/dl/go1.20.4.linux-amd64.tar.gz
|
||||
wget --quiet https://go.dev/dl/go1.20.5.linux-amd64.tar.gz
|
||||
tar zxf go1.20.5.linux-amd64.tar.gz
|
||||
export PATH=$PATH:$(pwd)/go/bin
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue