mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-24 02:30:59 -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
|
if ! which go > /dev/null ; then
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y -qq wget tar
|
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
|
tar zxf go1.20.5.linux-amd64.tar.gz
|
||||||
export PATH=$PATH:$(pwd)/go/bin
|
export PATH=$PATH:$(pwd)/go/bin
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue