mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:38:58 +00:00
[CI] use test-env:1.18
This commit is contained in:
parent
e280a94204
commit
ae6474ba93
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,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
|
||||
|
|
|
@ -12,7 +12,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 ''
|
||||
|
|
Loading…
Reference in a new issue