Skip to content

Commit d471205

Browse files
Update go version to latest (1.24)
Bump alpine image in Dockerfile and: ``` go get go@latest go: updating go.mod requires go >= 1.24.1; switching to go1.24.1 go: upgraded go 1.22.0 => 1.24.1 go: removed toolchain go1.22.5 ``` That should also fix the build failing dependencies
1 parent 9873b68 commit d471205

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-alpine AS build
1+
FROM golang:1.24-alpine AS build
22

33
WORKDIR /src
44

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/utilitywarehouse/kube-applier
22

3-
go 1.22.0
4-
5-
toolchain go1.22.5
3+
go 1.24.1
64

75
require (
86
github.com/go-test/deep v1.0.5

0 commit comments

Comments
 (0)