[CI] implementation: Woodpecker based CI (squash)

Upgrade xgo to Go v1.20 for building binaries
This commit is contained in:
Earl Warren 2023-06-08 08:07:24 +02:00
parent be59270696
commit 6308c776b6
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -7,9 +7,9 @@ when:
variables:
- &node_image 'node:18'
- &golang_image 'golang:1.20'
- &alpine_image 'alpine:3.17'
- &alpine_image 'alpine:3.18'
- &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'
- &goproxy_override ''
- &goproxy_setup |-