Skip to content

Commit 6cb0010

Browse files
authored
Bump golang from 1.24.1 to 1.24.10 (kubeflow#2732)
Signed-off-by: Yi Chen <github@chenyicn.net>
1 parent 740c229 commit 6cb0010

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

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

1717
ARG SPARK_IMAGE=docker.io/library/spark:4.0.0
1818

19-
FROM golang:1.24.1 AS builder
19+
FROM golang:1.24.10 AS builder
2020

2121
WORKDIR /workspace
2222

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/spark-operator/v2
22

3-
go 1.24.1
3+
go 1.24.10
44

55
tool k8s.io/code-generator
66

0 commit comments

Comments
 (0)