chore(deps): update golang docker tag to v1.21.3 (#2564)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-11 11:11:48 +02:00 committed by GitHub
parent 02d92ba668
commit c8dd4997e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ when:
event: tag event: tag
variables: variables:
- &golang_image 'golang:1.21.2' - &golang_image 'golang:1.21.3'
- &node_image 'node:20-alpine' - &node_image 'node:20-alpine'
- &xgo_image 'techknowlogick/xgo:go-1.21.3' - &xgo_image 'techknowlogick/xgo:go-1.21.3'
- &xgo_version 'go-1.21.2' - &xgo_version 'go-1.21.2'

View file

@ -10,7 +10,7 @@ depends_on:
- web - web
variables: variables:
- &golang_image 'golang:1.21.2' - &golang_image 'golang:1.21.3'
- &node_image 'node:20-alpine' - &node_image 'node:20-alpine'
- &xgo_image 'techknowlogick/xgo:go-1.21.3' - &xgo_image 'techknowlogick/xgo:go-1.21.3'
- &xgo_version 'go-1.21.2' - &xgo_version 'go-1.21.2'

View file

@ -14,7 +14,7 @@ when:
event: cron event: cron
variables: variables:
- &golang_image 'golang:1.21.2' - &golang_image 'golang:1.21.3'
- &node_image 'node:20-alpine' - &node_image 'node:20-alpine'
steps: steps:

View file

@ -6,7 +6,7 @@ when:
- release/* - release/*
variables: variables:
- &golang_image 'golang:1.21.2' - &golang_image 'golang:1.21.3'
- &when - &when
- path: &when_path - path: &when_path
# related config files # related config files