mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-10 17:45:36 +00:00
chore(deps): update docker.io/golang docker tag to v1.23 (#4170)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
5bf43daf96
commit
340a3c0daf
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
variables:
|
variables:
|
||||||
- &golang_image 'docker.io/golang:1.22'
|
- &golang_image 'docker.io/golang:1.23'
|
||||||
- &node_image 'docker.io/node:22-alpine'
|
- &node_image 'docker.io/node:22-alpine'
|
||||||
- &alpine_image 'docker.io/alpine:3.19'
|
- &alpine_image 'docker.io/alpine:3.19'
|
||||||
- path: &when_path
|
- path: &when_path
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
variables:
|
variables:
|
||||||
- &golang_image 'docker.io/golang:1.22'
|
- &golang_image 'docker.io/golang:1.23'
|
||||||
- &when
|
- &when
|
||||||
- path: &when_path # related config files
|
- path: &when_path # related config files
|
||||||
- '.woodpecker/test.yaml'
|
- '.woodpecker/test.yaml'
|
||||||
|
|
Loading…
Reference in a new issue