0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-18 20:33:30 -05:00

Merge pull request '[CI] implementation: Woodpecker based CI (squash)' (#817) from earl-warren/forgejo:wip-xgo into forgejo-ci

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/817
This commit is contained in:
Earl Warren 2023-06-08 11:01:15 +00:00
commit 4b968afdb0

View file

@ -7,9 +7,9 @@ when:
variables: variables:
- &node_image 'node:18' - &node_image 'node:18'
- &golang_image 'golang:1.20' - &golang_image 'golang:1.20'
- &alpine_image 'alpine:3.17' - &alpine_image 'alpine:3.18'
- &gpg_sign_image 'plugins/gpgsign:1' - &gpg_sign_image 'plugins/gpgsign:1'
- &xgo_image 'techknowlogick/xgo:go-1.19.x' - &xgo_image 'techknowlogick/xgo:go-1.20.x'
- &gpg_sign_image 'plugins/gpgsign:1' - &gpg_sign_image 'plugins/gpgsign:1'
- &goproxy_override '' - &goproxy_override ''
- &goproxy_setup |- - &goproxy_setup |-