Skip to content

Commit

Permalink
Upgrade to Go 1.23.1 (#2155)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Salway <jacob.salway@gmail.com>
  • Loading branch information
jacobsalway authored Sep 9, 2024
1 parent dee91ba commit 10fcb8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

ARG SPARK_IMAGE=spark:3.5.0

FROM golang:1.22.5 AS builder
FROM golang:1.23.1 AS builder

WORKDIR /workspace

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kubeflow/spark-operator

go 1.22.5
go 1.23.1

require (
cloud.google.com/go/storage v1.43.0
Expand Down

0 comments on commit 10fcb8e

Please sign in to comment.