mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
chore(deps): update techknowlogick/xgo docker tag to go-1.21.3 (#2565)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
27168804f0
commit
02d92ba668
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ when:
|
|||
variables:
|
||||
- &golang_image 'golang:1.21.2'
|
||||
- &node_image 'node:20-alpine'
|
||||
- &xgo_image 'techknowlogick/xgo:go-1.21.2'
|
||||
- &xgo_image 'techknowlogick/xgo:go-1.21.3'
|
||||
- &xgo_version 'go-1.21.2'
|
||||
|
||||
steps:
|
||||
|
|
|
@ -12,7 +12,7 @@ depends_on:
|
|||
variables:
|
||||
- &golang_image 'golang:1.21.2'
|
||||
- &node_image 'node:20-alpine'
|
||||
- &xgo_image 'techknowlogick/xgo:go-1.21.2'
|
||||
- &xgo_image 'techknowlogick/xgo:go-1.21.3'
|
||||
- &xgo_version 'go-1.21.2'
|
||||
- &platforms_release 'linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/386,linux/amd64,linux/ppc64le,linux/riscv64,linux/s390x,freebsd/arm64,freebsd/amd64,openbsd/arm64,openbsd/amd64'
|
||||
- &platforms_server 'linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le,linux/riscv64'
|
||||
|
|
Loading…
Reference in a new issue