Skip to content

Commit 9434b9b

Browse files
authored
Merge branch 'main' into renovate/kubernetes-go
2 parents bdd25e4 + 2032a87 commit 9434b9b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/openmcp-project/control-plane-operator
22

3-
go 1.23.2
4-
5-
toolchain go1.23.7
3+
go 1.24.2
64

75
require (
86
github.com/crossplane-contrib/xp-testing v1.3.4

renovate.json

+3
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended"
5+
],
6+
"postUpdateOptions": [
7+
"gomodTidy"
58
]
69
}

0 commit comments

Comments
 (0)