Skip to content

Commit

Permalink
Update to go 1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hebelsan committed Nov 7, 2024
1 parent 50e77ed commit 2f9277c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .test-defs/apply-flow-aws.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.0
image: golang:1.23.3
2 changes: 1 addition & 1 deletion .test-defs/bastion-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ spec:
--secret-access-key=$SECRET_ACCESS_KEY
--region=$REGION
image: golang:1.23.0
image: golang:1.23.3
2 changes: 1 addition & 1 deletion .test-defs/dnsrecord-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ spec:
--access-key-id=$DNS_ACCESS_KEY_ID
--secret-access-key=$DNS_SECRET_ACCESS_KEY
image: golang:1.23.0
image: golang:1.23.3
2 changes: 1 addition & 1 deletion .test-defs/infrastructure-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ spec:
--region=$REGION
--reconciler="${RECONCILER}"
image: golang:1.23.0
image: golang:1.23.3
2 changes: 1 addition & 1 deletion .test-defs/provider-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ spec:
--network-worker-cidr=$NETWORK_WORKER_CIDR
--zone=$ZONE
image: golang:1.23.0
image: golang:1.23.3
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.0 AS builder
FROM golang:1.23.3 AS builder

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

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

go 1.23.0
go 1.23.3

require (
github.com/Masterminds/semver/v3 v3.3.0
Expand Down

0 comments on commit 2f9277c

Please sign in to comment.