Skip to content

Commit

Permalink
Merge pull request #471 from kannon92/bump-1.22
Browse files Browse the repository at this point in the history
update golang to 1.22
  • Loading branch information
k8s-ci-robot authored Mar 25, 2024
2 parents 163b5c1 + 621b3b9 commit 8e15bae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
ARG BUILDER_IMAGE
ARG BASE_IMAGE
# Build the manager binary
FROM golang:1.20 as builder
ARG TARGETOS
FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE} as builder

ARG CGO_ENABLED
ARG TARGETARCH

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 sigs.k8s.io/jobset

go 1.21
go 1.22

require (
github.com/google/go-cmp v0.6.0
Expand Down

0 comments on commit 8e15bae

Please sign in to comment.