Skip to content

Commit 85df849

Browse files
deps(deps): update all non-major dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4d48f61 commit 85df849

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM --platform=$TARGETPLATFORM golang:1.24.0-alpine3.20 AS builder
2+
FROM --platform=$TARGETPLATFORM golang:1.24.3-alpine3.20 AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

Dockerfile.devspace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM --platform=$TARGETPLATFORM golang:1.24.0-alpine3.20 as builder
2+
FROM --platform=$TARGETPLATFORM golang:1.24.3-alpine3.20 as builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ module github.com/validator-labs/validator-plugin-azure
33
go 1.23.6
44

55
require (
6-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0
7-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2
6+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.19.0
7+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.11.0
88
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v2 v2.2.0
9-
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6 v6.3.0
9+
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6 v6.4.0
1010
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/quota/armquota v1.1.0
11-
github.com/go-logr/logr v1.4.2
11+
github.com/go-logr/logr v1.4.3
1212
github.com/google/uuid v1.6.0
13-
github.com/onsi/ginkgo/v2 v2.22.2
14-
github.com/onsi/gomega v1.36.2
15-
github.com/stretchr/testify v1.10.0
13+
github.com/onsi/ginkgo/v2 v2.25.3
14+
github.com/onsi/gomega v1.38.2
15+
github.com/stretchr/testify v1.11.1
1616
github.com/validator-labs/validator v0.1.16
1717
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa
18-
k8s.io/api v0.32.2
19-
k8s.io/apimachinery v0.32.2
20-
k8s.io/client-go v0.32.2
21-
sigs.k8s.io/cluster-api v1.9.5
22-
sigs.k8s.io/controller-runtime v0.20.2
18+
k8s.io/api v0.34.0
19+
k8s.io/apimachinery v0.34.0
20+
k8s.io/client-go v0.34.0
21+
sigs.k8s.io/cluster-api v1.11.1
22+
sigs.k8s.io/controller-runtime v0.22.0
2323
)
2424

2525
require (

0 commit comments

Comments
 (0)