mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-02 13:13:46 +03: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:
|
variables:
|
||||||
- &golang_image 'golang:1.20'
|
- &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_override ''
|
||||||
- &goproxy_setup |-
|
- &goproxy_setup |-
|
||||||
if [ -n "$${GOPROXY_OVERRIDE:-}" ]; then
|
if [ -n "$${GOPROXY_OVERRIDE:-}" ]; then
|
||||||
|
|
|
@ -12,7 +12,7 @@ depends_on:
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &golang_image 'golang:1.20'
|
- &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'
|
- &mysql_image 'mysql:8'
|
||||||
- &pgsql_image 'postgres:10'
|
- &pgsql_image 'postgres:10'
|
||||||
- &goproxy_override ''
|
- &goproxy_override ''
|
||||||
|
|
Loading…
Reference in a new issue