File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
logging/model/syslogng/config Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- 1.24.1
1+ 1.25.2
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM golang:1.24.3 -alpine3.20 @sha256:9f98e9893fbc798c710f3432baa1e0ac6127799127c3101d2c263c3a954f0abe AS builder
1+ FROM --platform=$BUILDPLATFORM golang:1.25.2 -alpine3.22 @sha256:6104e2bbe9f6a07a009159692fe0df1a97b77f5b7409ad804b17d6916c635ae5 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.24.1
3+ go 1.25.2
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.24.1
3+ go 1.25.2
44
55require (
66 emperror.dev/errors v0.8.1
Original file line number Diff line number Diff line change 1- go 1.24.1
1+ go 1.25.2
22
33use (
44 .
Original file line number Diff line number Diff line change 1- FROM golang:1.24.3 -alpine3.20 @sha256:9f98e9893fbc798c710f3432baa1e0ac6127799127c3101d2c263c3a954f0abe AS builder
1+ FROM golang:1.25.2 -alpine3.22 @sha256:6104e2bbe9f6a07a009159692fe0df1a97b77f5b7409ad804b17d6916c635ae5 AS builder
22
33WORKDIR /workspace
44
Original file line number Diff line number Diff line change 11module github.com/banzaicloud/config-reloader
22
3- go 1.24.1
3+ go 1.25.2
44
55require (
66 github.com/fsnotify/fsnotify v1.9.0
Original file line number Diff line number Diff line change 11module github.com/kube-logging/logging-operator/pkg/sdk
22
3- go 1.24.1
3+ go 1.25.2
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.24.1
3+ go 1.25.2
44
55require (
66 emperror.dev/errors v0.8.1
You can’t perform that action at this time.
0 commit comments