Skip to content

Commit

Permalink
Update golang versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hebelsan committed Nov 11, 2024
1 parent 49b56dc commit 7b2de4d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .test-defs/apply-flow-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ spec:
--shoot-name=$SHOOT_NAME
--project-namespace=$PROJECT_NAMESPACE
--kubecfg="$TM_KUBECONFIG_PATH/gardener.config"
image: golang:1.23.3
image: golang:1.23
2 changes: 1 addition & 1 deletion .test-defs/bastion-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ spec:
--client-secret=${CLIENT_SECRET}
--region=${REGION}
image: golang:1.23.3
image: golang:1.23
2 changes: 1 addition & 1 deletion .test-defs/infrastructure-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ spec:
--region=${REGION}
--reconciler=${RECONCILER}
image: golang:1.23.3
image: golang:1.23
2 changes: 1 addition & 1 deletion .test-defs/provider-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ spec:
--network-vnet-cidr=$NETWORK_VNET_CIDR
--network-worker-cidr=$NETWORK_WORKER_CIDR
--zoned=$ZONED
image: golang:1.23.3
image: golang:1.23
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############# builder
FROM golang:1.23.3 AS builder
FROM golang:1.23 AS builder

WORKDIR /go/src/github.com/gardener/gardener-extension-provider-azure

Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/gardener/gardener-extension-provider-azure

go 1.23.3
// minimum version of Go required
go 1.23.0

require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0
Expand Down

0 comments on commit 7b2de4d

Please sign in to comment.