Skip to content

Commit

Permalink
Update docker.io/golang Docker tag to v1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent 78060da commit f890139
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 f890139

Please sign in to comment.