Skip to content

Commit 6b6ce6a

Browse files
author
Khwaja Faraz Ahmed
committed
bump go version to 1.25
1 parent a8d5a37 commit 6b6ce6a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Dockerfile.dapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG KUBECTL=rancher/kubectl:v1.33.1
22
FROM ${KUBECTL} AS kubectl
33

4-
FROM registry.suse.com/bci/golang:1.24
4+
FROM registry.suse.com/bci/golang:1.25
55

66
COPY --from=kubectl /bin/kubectl /usr/local/bin/kubectl
77

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/rancher/system-upgrade-controller
22

3-
go 1.24.0
3+
go 1.25.0
44

5-
toolchain go1.24.2
5+
toolchain go1.25.1
66

77
replace (
88
github.com/distribution/reference => github.com/distribution/reference v0.5.0

package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BCI=registry.suse.com/bci/bci-base:15.6
2-
ARG GOLANG=registry.suse.com/bci/golang:1.24
2+
ARG GOLANG=registry.suse.com/bci/golang:1.25
33
ARG ALPINE=alpine:3.22
44

55
FROM ${GOLANG} AS e2e-ginkgo

pkg/apis/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/rancher/system-upgrade-controller/pkg/apis
22

3-
go 1.24.0
3+
go 1.25.0
44

5-
toolchain go1.24.2
5+
toolchain go1.25.1
66

77
require (
88
github.com/kubereboot/kured v1.13.1

0 commit comments

Comments
 (0)