Skip to content

Commit 988b3da

Browse files
committed
chore: Update Go version to 1.25 in Dockerfile and go.mod
Signed-off-by: Magnus Ullberg <magnus@ullberg.us>
1 parent 423ebce commit 988b3da

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Dockerfile.webhook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM golang:1.23 AS builder
2+
FROM golang:1.25 AS builder
33

44
WORKDIR /workspace
55

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module object-lease-controller
22

3-
go 1.24.0
4-
5-
toolchain go1.25.4
3+
go 1.25.0
64

75
require (
86
github.com/go-logr/logr v1.4.3

0 commit comments

Comments
 (0)