Forgejo v1.21 prep

This commit is contained in:
crystal 2024-01-09 18:00:21 -07:00
parent 4cd33cdfa4
commit 9d8dc1b1d8
No known key found for this signature in database
GPG key ID: 1122054731F7CC43
3 changed files with 11 additions and 3 deletions

View file

@ -5,9 +5,9 @@ when:
variables:
- &ci_verify_image 'sc.cryxtal.org/ci-img/git-curl-jq:latest'
- &golang_image 'golang:1.20-bullseye'
- &golang_image 'golang:1.21-bullseye'
- &forgejo_test_image 'docker.io/node:20-bookworm'
- &nodejs_image 'node:lts'
- &nodejs_image 'docker.io/node:20-bookworm'
- &bin_dl_image 'sc.cryxtal.org/ci-img/bin-dl:latest'
- &deb_build_image 'sc.cryxtal.org/ci-img/dh:bullseye'
- &deb_test_image_bullseye 'sc.cryxtal.org/ci-img/deb-test:bullseye'