diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-06-23 02:18:40 -0600 |
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-06-23 02:44:43 -0600 |
| commit | a37e7517ced338e96e943399382dd318677cf995 (patch) | |
| tree | 58025f8813f852d17e9170e4c24d4675fa864878 | |
| parent | 532eb7542b1ec978a3aa35a9c5227ae257aba672 (diff) | |
use golang bullseye image for oldstable compatibility
| -rw-r--r-- | .crystalintegration.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.crystalintegration.yml b/.crystalintegration.yml index 735eb20..19d15e5 100644 --- a/.crystalintegration.yml +++ b/.crystalintegration.yml @@ -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' |
