Skip to content

Commit 9502986

Browse files
fix(go.mod/go.sum): update minor dependencies (golang)
1 parent 2113321 commit 9502986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sap/reactivejob-operator-cop
22

3-
go 1.23.5
3+
go 1.24.1
44

55
require (
66
github.com/pkg/errors v0.9.1
@@ -12,7 +12,7 @@ require (
1212
k8s.io/kube-aggregator v0.32.1
1313
sigs.k8s.io/controller-runtime v0.20.1
1414
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250130183723-1a91ccca639b
15-
sigs.k8s.io/controller-tools v0.16.5
15+
sigs.k8s.io/controller-tools v0.17.2
1616
)
1717

1818
require (

0 commit comments

Comments
 (0)