[CI] use test-env:1.18

(cherry picked from commit ae6474ba93)
This commit is contained in:
Loïc Dachary 2023-02-11 09:20:37 +01:00
parent e66cfb6567
commit 5cf88a1824
No known key found for this signature in database
GPG key ID: 992D23B392F9E4F2
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ when:
variables:
- &golang_image 'golang:1.20'
- &test_image 'codeberg.org/forgejo/test_env:main'
- &test_image 'codeberg.org/forgejo/test_env:1.18'
- &goproxy_override ''
- &goproxy_setup |-
if [ -n "$${GOPROXY_OVERRIDE:-}" ]; then

View file

@ -10,7 +10,7 @@ depends_on:
variables:
- &golang_image 'golang:1.20'
- &test_image 'codeberg.org/forgejo/test_env:main'
- &test_image 'codeberg.org/forgejo/test_env:1.18'
- &mysql_image 'mysql:8'
- &pgsql_image 'postgres:10'
- &goproxy_override ''