mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-09 00:55:32 +00:00
chore(deps): update golang docker tag to v1.21.2 (#2532)
This commit is contained in:
parent
4b4e91e4ee
commit
4e0b0bd9b6
4 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ when:
|
|||
event: tag
|
||||
|
||||
variables:
|
||||
- &golang_image 'golang:1.21.1'
|
||||
- &golang_image 'golang:1.21.2'
|
||||
- &node_image 'node:20-alpine'
|
||||
- &xgo_image 'techknowlogick/xgo:go-1.20.2'
|
||||
- &xgo_version 'go-1.20.2'
|
||||
|
|
|
@ -10,7 +10,7 @@ depends_on:
|
|||
- web
|
||||
|
||||
variables:
|
||||
- &golang_image 'golang:1.21.1'
|
||||
- &golang_image 'golang:1.21.2'
|
||||
- &node_image 'node:20-alpine'
|
||||
- &xgo_image 'techknowlogick/xgo:go-1.20.2'
|
||||
- &xgo_version 'go-1.20.2'
|
||||
|
|
|
@ -14,7 +14,7 @@ when:
|
|||
event: cron
|
||||
|
||||
variables:
|
||||
- &golang_image 'golang:1.21.1'
|
||||
- &golang_image 'golang:1.21.2'
|
||||
- &node_image 'node:20-alpine'
|
||||
|
||||
steps:
|
||||
|
|
|
@ -6,7 +6,7 @@ when:
|
|||
- release/*
|
||||
|
||||
variables:
|
||||
- &golang_image 'golang:1.21.1'
|
||||
- &golang_image 'golang:1.21.2'
|
||||
- &when
|
||||
- path: &when_path
|
||||
# related config files
|
||||
|
|
Loading…
Reference in a new issue