mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 18:01:02 +00:00
Update docker.io/golang Docker tag to v1.21.5 (#2925)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/golang | patch | `1.21.4` -> `1.21.5` | --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - "before 4am" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/woodpecker-ci/woodpecker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a796885ad4
commit
3da1658b35
4 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ when:
|
|||
event: tag
|
||||
|
||||
variables:
|
||||
- &golang_image 'docker.io/golang:1.21.4'
|
||||
- &golang_image 'docker.io/golang:1.21.5'
|
||||
- &node_image 'docker.io/node:21-alpine'
|
||||
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.21.4'
|
||||
- &xgo_version 'go-1.21.2'
|
||||
|
|
|
@ -13,7 +13,7 @@ depends_on:
|
|||
- web
|
||||
|
||||
variables:
|
||||
- &golang_image 'docker.io/golang:1.21.4'
|
||||
- &golang_image 'docker.io/golang:1.21.5'
|
||||
- &node_image 'docker.io/node:21-alpine'
|
||||
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.21.4'
|
||||
- &xgo_version 'go-1.21.2'
|
||||
|
|
|
@ -21,7 +21,7 @@ when:
|
|||
evaluate: 'TASK == "docs"'
|
||||
|
||||
variables:
|
||||
- &golang_image 'docker.io/golang:1.21.4'
|
||||
- &golang_image 'docker.io/golang:1.21.5'
|
||||
- &node_image 'docker.io/node:21-alpine'
|
||||
|
||||
steps:
|
||||
|
|
|
@ -9,7 +9,7 @@ when:
|
|||
- renovate/*
|
||||
|
||||
variables:
|
||||
- &golang_image 'docker.io/golang:1.21.4'
|
||||
- &golang_image 'docker.io/golang:1.21.5'
|
||||
- &when
|
||||
- path: &when_path # related config files
|
||||
- '.woodpecker/test.yml'
|
||||
|
|
Loading…
Reference in a new issue