Skip to content

Commit b06cbe2

Browse files
committed
Upgrade go version to 1.25
1 parent f9de604 commit b06cbe2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build/images/training-operator/Dockerfile

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

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

build/images/training-operator/Dockerfile.rhoai

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.24 as builder
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.25 as builder
22

33
WORKDIR /workspace
44
# Copy the Go Modules manifests

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/kubeflow/training-operator
22

3-
go 1.23
3+
go 1.25
44

5-
toolchain go1.23.2
5+
toolchain go1.25.7
66

77
require (
88
github.com/go-logr/logr v1.4.2

0 commit comments

Comments
 (0)