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

(cherry picked from commit 170f10627c)
This commit is contained in:
Earl Warren 2023-04-06 00:15:40 +02:00 committed by Loïc Dachary
parent 6ebb567eb5
commit a503e824f0
No known key found for this signature in database
GPG key ID: 992D23B392F9E4F2
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 ''