File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- 1.24 .0
1+ 1.25 .0
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/telemetry-controller
22
3- go 1.24.1
3+ go 1.25.0
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.24 "
12+ "go" : " 1.25 "
1313 },
1414 "customManagers" : [
1515 {
You can’t perform that action at this time.
0 commit comments