Skip to content

Commit 1781e22

Browse files
committed
Require at least go1.23.5
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
1 parent 2dfaaa0 commit 1781e22

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

auto-discovery/kubernetes/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
module github.com/secureCodeBox/secureCodeBox/auto-discovery/kubernetes
66

7-
go 1.23.0
8-
9-
toolchain go1.23.5
7+
go 1.23.6
108

119
require (
1210
github.com/Masterminds/sprig v2.22.0+incompatible

lurker/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
module github.com/secureCodeBox/secureCodeBox/lurker
66

7-
go 1.23.0
8-
9-
toolchain go1.23.5
7+
go 1.23.6
108

119
require (
1210
k8s.io/api v0.32.1

operator/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
module github.com/secureCodeBox/secureCodeBox/operator
66

7-
go 1.23.0
8-
9-
toolchain go1.23.5
7+
go 1.23.6
108

119
require (
1210
github.com/go-logr/logr v1.4.2

0 commit comments

Comments
 (0)