mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 16:14:30 +00:00
[CI] implementation: Woodpecker based CI (squash)
Upgrade xgo to Go v1.20 for building binaries
This commit is contained in:
parent
be59270696
commit
6308c776b6
|
@ -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 |-
|
||||||
|
|
Loading…
Reference in a new issue