Skip to content

Commit

Permalink
use 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmarkarl committed Aug 8, 2024
1 parent 15ee9ba commit b5303f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.rh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

ARG SPARK_IMAGE=gcr.io/spark-operator/spark:v3.1.1

FROM golang:1.20-alpine as builder
FROM golang:1.22-alpine as builder

RUN apk update && apk add --no-cache libcap

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
go 1.22.5

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

0 comments on commit b5303f1

Please sign in to comment.