[CI] [v1.19] pin test_env:1.19

(cherry picked from commit 170f10627c)
(cherry picked from commit a503e824f0)
(cherry picked from commit e4095c6abb)
(cherry picked from commit 8fd587d073)
This commit is contained in:
Earl Warren 2023-04-06 00:15:40 +02:00
parent 02e1bf9225
commit 26670351ce
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 ''