forked from NYANDEV/forgejo
[CI] [v1.19] pin test_env:1.19
(cherry picked from commit 170f10627c22054fe3fd6d1768b2ccd20bc66a3e) (cherry picked from commita503e824f0
) (cherry picked from commite4095c6abb
)
This commit is contained in:
parent
aa0087d124
commit
8fd587d073
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,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.19'
|
||||||
- &goproxy_override ''
|
- &goproxy_override ''
|
||||||
- &goproxy_setup |-
|
- &goproxy_setup |-
|
||||||
if [ -n "$${GOPROXY_OVERRIDE:-}" ]; then
|
if [ -n "$${GOPROXY_OVERRIDE:-}" ]; then
|
||||||
|
|
|
@ -10,7 +10,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.19'
|
||||||
- &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