Skip to content

Commit a987816

Browse files
committed
chore(deps): update to go 1.24.1
Signed-off-by: Szilard Parrag <[email protected]>
1 parent 4e1c607 commit a987816

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

.go-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23.5
1+
1.24.1

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
golang 1.23.5
1+
golang 1.24.1

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.23.5-alpine3.20@sha256:def59a601e724ddac5139d447e8e9f7d0aeec25db287a9ee1615134bcda266e2 AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.24.1-alpine3.20@sha256:3d9132b88a6317b846b55aa8e821821301906fe799932ecbc4f814468c6977a5 AS builder
22

33
RUN apk add --update --no-cache ca-certificates make git curl
44

e2e/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kube-logging/logging-operator/e2e
22

3-
go 1.23.5
3+
go 1.24.1
44

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

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kube-logging/logging-operator
22

3-
go 1.23.5
3+
go 1.24.1
44

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

go.work

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.23.5
1+
go 1.24.1
22

33
use (
44
.

images/config-reloader/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/banzaicloud/config-reloader
22

3-
go 1.23.5
3+
go 1.24.1
44

55
require (
66
github.com/fsnotify/fsnotify v1.8.0

pkg/sdk/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kube-logging/logging-operator/pkg/sdk
22

3-
go 1.23.5
3+
go 1.24.1
44

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

pkg/sdk/logging/model/syslogng/config/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kube-logging/logging-operator/pkg/sdk/logging/model/syslogng/config
22

3-
go 1.23.5
3+
go 1.24.1
44

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

renovate.json

+1-1
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)