4343 depends_on : [deps-frontend]
4444
4545 - name : lint-backend
46- image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
46+ image : gitea/test_env:linux-1.19- amd64 # https://gitea.com/gitea/test-env
4747 pull : always
4848 commands :
4949 - make lint-backend
5757 path : /go
5858
5959 - name : lint-backend-windows
60- image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
60+ image : gitea/test_env:linux-1.19- amd64 # https://gitea.com/gitea/test-env
6161 commands :
6262 - make golangci-lint-windows vet
6363 environment :
7272 path : /go
7373
7474 - name : lint-backend-gogit
75- image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
75+ image : gitea/test_env:linux-1.19- amd64 # https://gitea.com/gitea/test-env
7676 commands :
7777 - make lint-backend
7878 environment :
@@ -264,13 +264,13 @@ steps:
264264 - git update-ref refs/heads/tag_test ${DRONE_COMMIT_SHA}
265265
266266 - name : prepare-test-env
267- image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
267+ image : gitea/test_env:linux-1.19- amd64 # https://gitea.com/gitea/test-env
268268 pull : always
269269 commands :
270270 - ./build/test-env-prepare.sh
271271
272272 - name : build
273- image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
273+ image : gitea/test_env:linux-1.19- amd64 # https://gitea.com/gitea/test-env
274274 user : gitea
275275 commands :
276276 - ./build/test-env-check.sh
@@ -285,7 +285,7 @@ steps:
285285 path : /go
286286
287287 - name : unit-test
288- image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
288+ image : gitea/test_env:linux-1.19- amd64 # https://gitea.com/gitea/test-env
289289 user : gitea
290290 commands :
291291 - make unit-test-coverage test-check
@@ -301,7 +301,7 @@ steps:
301301 path : /go
302302
303303 - name : unit-test-gogit
304- image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
304+ image : gitea/test_env:linux-1.19- amd64 # https://gitea.com/gitea/test-env
305305 user : gitea
306306 commands :
307307 - make unit-test-coverage test-check
@@ -317,7 +317,7 @@ steps:
317317 path : /go
318318
319319 - name : test-mysql
320- image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
320+ image : gitea/test_env:linux-1.19- amd64 # https://gitea.com/gitea/test-env
321321 user : gitea
322322 commands :
323323 - make test-mysql-migration integration-test-coverage
@@ -334,7 +334,7 @@ steps:
334334 path : /go
335335
336336 - name : test-mysql8
337- image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
337+ image : gitea/test_env:linux-1.19- amd64 # https://gitea.com/gitea/test-env
338338 user : gitea
339339 commands :
340340 - timeout -s ABRT 50m make test-mysql8-migration test-mysql8
@@ -350,7 +350,7 @@ steps:
350350 path : /go
351351
352352 - name : test-mssql
353- image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
353+ image : gitea/test_env:linux-1.19- amd64 # https://gitea.com/gitea/test-env
354354 user : gitea
355355 commands :
356356 - make test-mssql-migration test-mssql
@@ -454,13 +454,13 @@ steps:
454454 path : /go
455455
456456 - name : prepare-test-env
457- image : gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
457+ image : gitea/test_env:linux-1.19- arm64 # https://gitea.com/gitea/test-env
458458 pull : always
459459 commands :
460460 - ./build/test-env-prepare.sh
461461
462462 - name : build
463- image : gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
463+ image : gitea/test_env:linux-1.19- arm64 # https://gitea.com/gitea/test-env
464464 user : gitea
465465 commands :
466466 - ./build/test-env-check.sh
@@ -475,7 +475,7 @@ steps:
475475 path : /go
476476
477477 - name : test-sqlite
478- image : gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
478+ image : gitea/test_env:linux-1.19- arm64 # https://gitea.com/gitea/test-env
479479 user : gitea
480480 commands :
481481 - timeout -s ABRT 50m make test-sqlite-migration test-sqlite
@@ -491,7 +491,7 @@ steps:
491491 path : /go
492492
493493 - name : test-pgsql
494- image : gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
494+ image : gitea/test_env:linux-1.19- arm64 # https://gitea.com/gitea/test-env
495495 user : gitea
496496 commands :
497497 - timeout -s ABRT 50m make test-pgsql-migration test-pgsql
0 commit comments