From 186f2aaaa8f978fb4c61a44061fc4ab7eb1b817c Mon Sep 17 00:00:00 2001 From: crystal Date: Sat, 25 Nov 2023 18:06:29 -0700 Subject: [PATCH] symlink go bin --- .ci-make.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci-make.sh b/.ci-make.sh index 03192ef..d139fa5 100755 --- a/.ci-make.sh +++ b/.ci-make.sh @@ -147,6 +147,7 @@ case "$1" in apt update apt install --no-install-recommends -y git-lfs apt install -y -t bookworm-backports golang-1.20 + ln -sf /usr/lib/go-1.20/bin/go /usr/local/bin/go adduser --quiet --comment forgejo --disabled-password forgejo chown -R forgejo:forgejo . ;;