summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrystal <crystal@noreply.codeberg.org>2023-11-25 18:00:32 -0700
committercrystal <crystal@noreply.codeberg.org>2023-11-25 18:00:32 -0700
commita17e5f6adaae2b6f6502206fd71b170734a6b12d (patch)
tree9e490210de6d1c9311175f7b33d522d20feed2d4
parent4f911938785d6638f9e9adca92ddf1d4607ef0b3 (diff)
golang 1.20
-rwxr-xr-x.ci-make.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/.ci-make.sh b/.ci-make.sh
index d4062f4..03192ef 100755
--- a/.ci-make.sh
+++ b/.ci-make.sh
@@ -143,8 +143,10 @@ case "$1" in
exit $?
;;
"forgejo-test-deps")
+ echo "deb http://deb.debian.org/debian/ bookworm-backports main contrib" > /etc/apt/sources.list.d/backports.list
apt update
- apt install --no-install-recommends -y git-lfs golang
+ apt install --no-install-recommends -y git-lfs
+ apt install -y -t bookworm-backports golang-1.20
adduser --quiet --comment forgejo --disabled-password forgejo
chown -R forgejo:forgejo .
;;