Skip to content

Commit

Permalink
Update docker.io/golang Docker tag to v1.21.4 (#2828)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](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.3` -> `1.21.4` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent 78060da commit 843ce0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .woodpecker/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ when:
event: tag

variables:
- &golang_image 'docker.io/golang:1.21.3'
- &golang_image 'docker.io/golang:1.21.4'
- &node_image 'docker.io/node:21-alpine'
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.21.4'
- &xgo_version 'go-1.21.2'
Expand Down
2 changes: 1 addition & 1 deletion .woodpecker/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends_on:
- web

variables:
- &golang_image 'docker.io/golang:1.21.3'
- &golang_image 'docker.io/golang:1.21.4'
- &node_image 'docker.io/node:21-alpine'
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.21.4'
- &xgo_version 'go-1.21.2'
Expand Down
2 changes: 1 addition & 1 deletion .woodpecker/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ when:
evaluate: 'TASK == "docs"'

variables:
- &golang_image 'docker.io/golang:1.21.3'
- &golang_image 'docker.io/golang:1.21.4'
- &node_image 'docker.io/node:21-alpine'

steps:
Expand Down
2 changes: 1 addition & 1 deletion .woodpecker/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ when:
- renovate/*

variables:
- &golang_image 'docker.io/golang:1.21.3'
- &golang_image 'docker.io/golang:1.21.4'
- &when
- path: &when_path # related config files
- '.woodpecker/test.yml'
Expand Down

0 comments on commit 843ce0b

Please sign in to comment.