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:
renovate[bot] 2023-12-11 07:54:19 +01:00 committed by GitHub
parent a796885ad4
commit 3da1658b35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -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'

View file

@ -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'

View file

@ -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:

View file

@ -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'