mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
[CI] [v1.19] pin test_env:1.19
(cherry picked from commit170f10627c
) (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:
|
||||
- &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_setup |-
|
||||
if [ -n "$${GOPROXY_OVERRIDE:-}" ]; then
|
||||
|
|
|
@ -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.19'
|
||||
- &mysql_image 'mysql:8'
|
||||
- &pgsql_image 'postgres:10'
|
||||
- &goproxy_override ''
|
||||
|
|
Loading…
Reference in a new issue