Skip to content

Commit ab3a5d0

Browse files
author
Marina Koushnir
committed
feat(ws): Upgrade Go to 1.24 - tensorboard-controller component
Signed-off-by: Marina Koushnir <[email protected]>
1 parent 8c44fd7 commit ab3a5d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/tensorboard-controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# ${PATH_TO_KUBEFLOW/KUBEFLOW repo}/components
55
#
6-
FROM golang:1.17 as builder
6+
FROM golang:1.24 as builder
77

88
WORKDIR /workspace
99
# Copy the Go Modules manifests

components/tensorboard-controller/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/kubeflow/components/tensorboard-controller
22

3-
go 1.17
3+
go 1.24
44

55
require (
66
github.com/go-logr/logr v1.2.0

0 commit comments

Comments
 (0)