Skip to content

Commit 88d5bb5

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 88d5bb5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ module github.com/validator-labs/validator-plugin-kubescape
33
go 1.23.6
44

55
require (
6-
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
6+
github.com/go-logr/logr v1.4.3
7+
github.com/kubescape/kubevuln v0.3.80
8+
github.com/kubescape/storage v0.0.200
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.3
13+
k8s.io/apimachinery v0.33.3
14+
k8s.io/client-go v0.33.3
15+
sigs.k8s.io/cluster-api v1.10.4
16+
sigs.k8s.io/controller-runtime v0.21.0
1717
)
1818

1919
require (

0 commit comments

Comments
 (0)