mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 17:00:30 +00:00
chore(deps): update golang docker tag to v1.21.3 (#2564)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
02d92ba668
commit
c8dd4997e3
4 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &golang_image 'golang:1.21.2'
|
- &golang_image 'golang:1.21.3'
|
||||||
- &node_image 'node:20-alpine'
|
- &node_image 'node:20-alpine'
|
||||||
- &xgo_image 'techknowlogick/xgo:go-1.21.3'
|
- &xgo_image 'techknowlogick/xgo:go-1.21.3'
|
||||||
- &xgo_version 'go-1.21.2'
|
- &xgo_version 'go-1.21.2'
|
||||||
|
|
|
@ -10,7 +10,7 @@ depends_on:
|
||||||
- web
|
- web
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &golang_image 'golang:1.21.2'
|
- &golang_image 'golang:1.21.3'
|
||||||
- &node_image 'node:20-alpine'
|
- &node_image 'node:20-alpine'
|
||||||
- &xgo_image 'techknowlogick/xgo:go-1.21.3'
|
- &xgo_image 'techknowlogick/xgo:go-1.21.3'
|
||||||
- &xgo_version 'go-1.21.2'
|
- &xgo_version 'go-1.21.2'
|
||||||
|
|
|
@ -14,7 +14,7 @@ when:
|
||||||
event: cron
|
event: cron
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &golang_image 'golang:1.21.2'
|
- &golang_image 'golang:1.21.3'
|
||||||
- &node_image 'node:20-alpine'
|
- &node_image 'node:20-alpine'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -6,7 +6,7 @@ when:
|
||||||
- release/*
|
- release/*
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &golang_image 'golang:1.21.2'
|
- &golang_image 'golang:1.21.3'
|
||||||
- &when
|
- &when
|
||||||
- path: &when_path
|
- path: &when_path
|
||||||
# related config files
|
# related config files
|
||||||
|
|
Loading…
Reference in a new issue