Skip to content

Commit

Permalink
chore(deps): update 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 15, 2023
1 parent 14922bd commit 9cb1e0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/cd/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ profiles:
path: /build/artifacts/0/kaniko/buildArgs
value: &value-go1-20
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.20.10
GOLANG_VERSION: 1.21.4
- op: add
path: /build/artifacts/1/kaniko/buildArgs
value: &value-go1-20
Expand All @@ -97,7 +97,7 @@ profiles:
path: /build/artifacts/0/kaniko/buildArgs
value: &value-go1-19
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.19.12
GOLANG_VERSION: 1.21.4
- op: add
path: /build/artifacts/1/kaniko/buildArgs
value: &value-go1-19
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/ci/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ profiles:
path: /build/artifacts/0/kaniko/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.20.11
GOLANG_VERSION: 1.21.4
- name: go-1.19
patches:
- op: replace
Expand All @@ -152,7 +152,7 @@ profiles:
path: /build/artifacts/0/kaniko/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.19.12
GOLANG_VERSION: 1.21.4
---
apiVersion: skaffold/v4beta6
kind: Config
Expand Down

0 comments on commit 9cb1e0a

Please sign in to comment.