Skip to content

Commit 1866bbb

Browse files
WeltraumschafJ12934
authored andcommitted
Update All Modules to Latest Go Version
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 287175b commit 1866bbb

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

auto-discovery/cloud-aws/go.mod

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

55
module github.com/secureCodeBox/secureCodeBox/auto-discovery/cloud-aws
66

7-
go 1.25.0
7+
go 1.26.2
88

99
require (
1010
github.com/aws/aws-sdk-go v1.55.8

auto-discovery/kubernetes/go.mod

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

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

7-
go 1.25.0
7+
go 1.26.2
88

99
require (
1010
github.com/Masterminds/sprig v2.22.0+incompatible

auto-discovery/kubernetes/pull-secret-extractor/go.mod

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

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

7-
go 1.24.5
7+
go 1.26.2
88

99
require (
1010
k8s.io/api v0.34.0

lurker/go.mod

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

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

7-
go 1.25.0
7+
go 1.26.2
88

99
require (
1010
k8s.io/api v0.35.3

operator/go.mod

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

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

7-
go 1.25.0
7+
go 1.26.2
88

99
require (
1010
github.com/go-logr/logr v1.4.3

scanners/git-repo-scanner/scanner/go.mod

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

55
module github.com/secureCodeBox/scanners/git-repo-scanner/scanner
66

7-
go 1.25.4
7+
go 1.26.2
88

99
require (
1010
github.com/google/go-github/v79 v79.0.0

scbctl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SPDX-License-Identifier: Apache-2.0
44
module github.com/secureCodeBox/secureCodeBox/scbctl
55

6-
go 1.24.5
6+
go 1.26.2
77

88
require (
99
github.com/secureCodeBox/secureCodeBox/operator v0.0.0-20250409151104-b2c7b64c9589

0 commit comments

Comments
 (0)