Skip to content

Commit fdb40cd

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

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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.23 AS builder
2+
FROM --platform=$TARGETPLATFORM golang:1.24 AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ go 1.23.6
44

55
require (
66
github.com/go-logr/logr v1.4.2
7-
github.com/kubescape/kubevuln v0.3.33
8-
github.com/kubescape/storage v0.0.111
9-
github.com/onsi/ginkgo/v2 v2.20.2
10-
github.com/onsi/gomega v1.34.2
11-
github.com/validator-labs/validator v0.1.0
12-
k8s.io/api v0.31.0
13-
k8s.io/apimachinery v0.31.0
14-
k8s.io/client-go v0.31.0
15-
sigs.k8s.io/cluster-api v1.8.2
16-
sigs.k8s.io/controller-runtime v0.19.0
7+
github.com/kubescape/kubevuln v0.3.76
8+
github.com/kubescape/storage v0.0.184
9+
github.com/onsi/ginkgo/v2 v2.23.4
10+
github.com/onsi/gomega v1.37.0
11+
github.com/validator-labs/validator v0.1.16
12+
k8s.io/api v0.33.1
13+
k8s.io/apimachinery v0.33.1
14+
k8s.io/client-go v0.33.1
15+
sigs.k8s.io/cluster-api v1.10.1
16+
sigs.k8s.io/controller-runtime v0.20.4
1717
)
1818

1919
require (

0 commit comments

Comments
 (0)