Skip to content

Commit 4435439

Browse files
committed
chore(deps): update dependency go to v1.24.2
1 parent c6ed86f commit 4435439

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

api/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/openmcp-project/project-workspace-operator/api
22

3-
go 1.23.0
4-
5-
toolchain go1.24.2
3+
go 1.24.2
64

75
require (
86
github.com/google/uuid v1.6.0

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/openmcp-project/project-workspace-operator
22

3-
go 1.23.0
4-
5-
toolchain go1.24.2
3+
go 1.24.2
64

75
require (
86
github.com/go-logr/logr v1.4.2

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"minimumReleaseAge": "3 days",
34
"extends": [
45
"config:recommended"
56
],

0 commit comments

Comments
 (0)