Use golang 1.21 for forgejo-test-deps
This commit is contained in:
parent
9d8dc1b1d8
commit
3e65e083a0
2 changed files with 4 additions and 2 deletions
|
@ -18,6 +18,7 @@ variables:
|
|||
- &deb_test_image_focal 'sc.cryxtal.org/ci-img/deb-test-ubuntu:focal'
|
||||
- &deb_test_image_kinetic 'sc.cryxtal.org/ci-img/deb-test-ubuntu:kinetic'
|
||||
- &deb_test_image_lunar 'sc.cryxtal.org/ci-img/deb-test-ubuntu:lunar'
|
||||
- &forgejo_test_golang_ver '1.21'
|
||||
- &build_submodule 'forgejo'
|
||||
- &goproxy_override ''
|
||||
- &goproxy_setup |-
|
||||
|
@ -104,6 +105,7 @@ steps:
|
|||
group: checks
|
||||
environment:
|
||||
GOPROXY_OVERRIDE: *goproxy_override
|
||||
DEP_GOLANG_VER: *forgejo_test_golang_ver
|
||||
secrets:
|
||||
- goproxy_default
|
||||
commands:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue