File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
logging/model/syslogng/config Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- 1.23.5
1+ 1.24.1
Original file line number Diff line number Diff line change 1- golang 1.23.5
1+ golang 1.24.1
Original file line number Diff line number Diff line change 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
33RUN apk add --update --no-cache ca-certificates make git curl
44
Original file line number Diff line number Diff line change 11module github.com/kube-logging/logging-operator/e2e
22
3- go 1.23.5
3+ go 1.24.1
44
55require (
66 emperror.dev/errors v0.8.1
Original file line number Diff line number Diff line change 11module github.com/kube-logging/logging-operator
22
3- go 1.23.5
3+ go 1.24.1
44
55require (
66 emperror.dev/errors v0.8.1
Original file line number Diff line number Diff line change 1- go 1.23.5
1+ go 1.24.1
22
33use (
44 .
Original file line number Diff line number Diff line change 11module github.com/banzaicloud/config-reloader
22
3- go 1.23.5
3+ go 1.24.1
44
55require (
66 github.com/fsnotify/fsnotify v1.8.0
Original file line number Diff line number Diff line change 11module github.com/kube-logging/logging-operator/pkg/sdk
22
3- go 1.23.5
3+ go 1.24.1
44
55require (
66 emperror.dev/errors v0.8.1
Original file line number Diff line number Diff line change 11module github.com/kube-logging/logging-operator/pkg/sdk/logging/model/syslogng/config
22
3- go 1.23.5
3+ go 1.24.1
44
55require (
66 emperror.dev/errors v0.8.1
Original file line number Diff line number Diff line change 99 ],
1010 "configMigration" : true ,
1111 "constraints" : {
12- "go" : " 1.23 "
12+ "go" : " 1.24 "
1313 },
1414 "customManagers" : [
1515 {
You can’t perform that action at this time.
0 commit comments