diff options
Diffstat (limited to '.ci-make.sh')
| -rwxr-xr-x | .ci-make.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci-make.sh b/.ci-make.sh index 6155b73..dc4ecee 100755 --- a/.ci-make.sh +++ b/.ci-make.sh @@ -149,8 +149,8 @@ case "$1" in export DEBIAN_FRONTEND=noninteractive apt update -qq apt install -qq --no-install-recommends -y git-lfs - apt install -qq -y -t bookworm-backports golang-1.20 - ln -sf /usr/lib/go-1.20/bin/go /usr/local/bin/go + apt install -qq -y -t bookworm-backports golang-$DEP_GOLANG_VER + ln -sf /usr/lib/go-$DEP_GOLANG_VER/bin/go /usr/local/bin/go adduser --quiet --comment forgejo --disabled-password forgejo chown -R forgejo:forgejo . ;; |
