use golang bullseye image for oldstable compatibility

This commit is contained in:
crystal 2023-06-23 02:18:40 -06:00
parent 532eb7542b
commit a37e7517ce
No known key found for this signature in database
GPG key ID: 1122054731F7CC43

View file

@ -5,7 +5,7 @@ when:
variables:
- &ci_verify_image 'sc.cryxtal.org/ci-img/git-curl-jq:latest'
- &golang_image 'golang:1.20'
- &golang_image 'golang:1.20-bullseye'
- &forgejo_test_image 'codeberg.org/forgejo/test_env:1.19'
- &nodejs_image 'node:lts'
- &bin_dl_image 'sc.cryxtal.org/ci-img/bin-dl:latest'