mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:15:43 +01:00
[CI] [v1.19] pin test_env:1.19
(cherry picked from commit170f10627c
) (cherry picked from commita503e824f0
)
This commit is contained in:
parent
c99026eb35
commit
e4095c6abb
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