Skip to content

Commit c9274df

Browse files
committed
[RHOAIENG-29976] bump the go-toolset image from 1.23 to 1.24
The 1.23 image won't receive any regular updates anymore.
1 parent 1db185b commit c9274df

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

components/notebook-controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Build arguments
99
ARG SOURCE_CODE=.
10-
ARG GOLANG_VERSION=1.23
10+
ARG GOLANG_VERSION=1.24
1111

1212
# Use ubi8/go-toolset as base image
1313
# https://catalog.redhat.com/software/containers/ubi8/go-toolset/5ce8713aac3db925c03774d1

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

3-
go 1.23.0
3+
go 1.24
44

5-
toolchain go1.23.6
5+
toolchain go1.24.5
66

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

components/odh-notebook-controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Build arguments
99
ARG SOURCE_CODE=.
10-
ARG GOLANG_VERSION=1.23
10+
ARG GOLANG_VERSION=1.24
1111

1212
# Use ubi8/go-toolset as base image
1313
# https://catalog.redhat.com/software/containers/ubi8/go-toolset/5ce8713aac3db925c03774d1

components/odh-notebook-controller/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/opendatahub-io/kubeflow/components/odh-notebook-controller
22

3-
go 1.23.0
3+
go 1.24
44

5-
toolchain go1.23.6
5+
toolchain go1.24.5
66

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

0 commit comments

Comments
 (0)