Skip to content

Commit 6ef1e8f

Browse files
committed
chore: bump go-version for v0.120.0
Signed-off-by: Bence Csati <[email protected]>
1 parent 41bebec commit 6ef1e8f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23.3
1+
1.24.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kube-logging/telemetry-controller
22

3-
go 1.23.5
3+
go 1.24.0
44

55
require (
66
emperror.dev/errors v0.8.1

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"configMigration": true,
1111
"constraints": {
12-
"go": "1.23"
12+
"go": "1.24"
1313
},
1414
"customManagers": [
1515
{

0 commit comments

Comments
 (0)