Skip to content

Commit d6f23fb

Browse files
committed
chore(deps): Bump golang version to v1.25
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
1 parent c3ca543 commit d6f23fb

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the kfutil binary
2-
FROM golang:1.20 as builder
2+
FROM golang:1.25 as builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

go.mod

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

3-
go 1.24.0
4-
5-
toolchain go1.24.3
3+
go 1.25
64

75
require (
86
github.com/AlecAivazis/survey/v2 v2.3.7

0 commit comments

Comments
 (0)