From 43827423220646b76f160b0ac7156a8c80c70830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:02:18 +0200 Subject: [PATCH] Bump golang from 1.22.3 to 1.22.4 (#888) * Bump golang from 1.22.3 to 1.22.4 Bumps golang from 1.22.3 to 1.22.4. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * also update golang image in test-defs --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: AndreasBurger --- .test-defs/apply-flow-az.yaml | 2 +- .test-defs/bastion-test.yaml | 2 +- .test-defs/infrastructure-test.yaml | 2 +- .test-defs/provider-azure.yaml | 2 +- Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.test-defs/apply-flow-az.yaml b/.test-defs/apply-flow-az.yaml index 13997eb8c..b2cb8b866 100644 --- a/.test-defs/apply-flow-az.yaml +++ b/.test-defs/apply-flow-az.yaml @@ -16,4 +16,4 @@ spec: --shoot-name=$SHOOT_NAME --project-namespace=$PROJECT_NAMESPACE --kubecfg="$TM_KUBECONFIG_PATH/gardener.config" - image: golang:1.22.3 + image: golang:1.22.4 diff --git a/.test-defs/bastion-test.yaml b/.test-defs/bastion-test.yaml index 295075b04..dc1b4f172 100644 --- a/.test-defs/bastion-test.yaml +++ b/.test-defs/bastion-test.yaml @@ -18,4 +18,4 @@ spec: --client-secret=${CLIENT_SECRET} --region=${REGION} - image: golang:1.22.3 + image: golang:1.22.4 diff --git a/.test-defs/infrastructure-test.yaml b/.test-defs/infrastructure-test.yaml index 9c28834af..f7f8a996b 100644 --- a/.test-defs/infrastructure-test.yaml +++ b/.test-defs/infrastructure-test.yaml @@ -21,4 +21,4 @@ spec: --region=${REGION} --reconciler=${RECONCILER} - image: golang:1.22.3 + image: golang:1.22.4 diff --git a/.test-defs/provider-azure.yaml b/.test-defs/provider-azure.yaml index 60c035642..9114bed12 100644 --- a/.test-defs/provider-azure.yaml +++ b/.test-defs/provider-azure.yaml @@ -15,4 +15,4 @@ spec: --network-vnet-cidr=$NETWORK_VNET_CIDR --network-worker-cidr=$NETWORK_WORKER_CIDR --zoned=$ZONED - image: golang:1.22.3 + image: golang:1.22.4 diff --git a/Dockerfile b/Dockerfile index 5fa9e05cb..7f20774f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ############# builder -FROM golang:1.22.3 AS builder +FROM golang:1.22.4 AS builder WORKDIR /go/src/github.com/gardener/gardener-extension-provider-azure