Skip to content

Commit eab8026

Browse files
committed
chore: bump go version to 1.25.0
Signed-off-by: Bence Csati <bence.csati@axoflow.com>
1 parent 6a61013 commit eab8026

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.go-version

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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

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

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.24.1
3+
go 1.25.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.24"
12+
"go": "1.25"
1313
},
1414
"customManagers": [
1515
{

0 commit comments

Comments
 (0)