diff --git a/forgejo-test-helper.sh b/forgejo-test-helper.sh index 659a0c4..c9ad0ed 100755 --- a/forgejo-test-helper.sh +++ b/forgejo-test-helper.sh @@ -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 }