Skip to content

Commit cb34977

Browse files
committed
Upgrade Go version to v1.25
Signed-off-by: Yuki Iwai <[email protected]>
1 parent 7fc2a88 commit cb34977

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24 AS build
1+
FROM golang:1.25 AS build
22

33
# Set mpi-operator version
44
# Defaults to v2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kubeflow/mpi-operator
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/golangci/golangci-lint/v2 v2.4.0

0 commit comments

Comments
 (0)