Skip to content

Commit

Permalink
Upgrade Go version to 1.23 (#3225)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
  • Loading branch information
tenzen-y authored Oct 14, 2024
1 parent 7bd71b9 commit 5b5ed28
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILDER_IMAGE=golang:1.22.6
ARG BUILDER_IMAGE=golang:1.23
ARG BASE_IMAGE=gcr.io/distroless/static:nonroot

# Build the manager binary
Expand Down
2 changes: 1 addition & 1 deletion cmd/experimental/kjobctl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Read the [overview](docs/_index.md) to learn more.
## Getting Started

### Prerequisites
- go version v1.22.6+
- go version v1.23+
- kubectl version v1.27+.
- Access to a Kubernetes v1.27+ cluster.

Expand Down
2 changes: 1 addition & 1 deletion cmd/experimental/kjobctl/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kueue/cmd/experimental/kjobctl

go 1.22.6
go 1.23

require (
github.com/google/go-cmp v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion cmd/experimental/kjobctl/hack/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kueue/cmd/experimental/kjobctl/hack/tools

go 1.22.6
go 1.23

require (
github.com/golangci/golangci-lint v1.61.0
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/kueue

go 1.22.6
go 1.23

require (
github.com/fsnotify/fsnotify v1.7.0
Expand Down
2 changes: 1 addition & 1 deletion hack/internal/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kueue/internal/tools

go 1.22.6
go 1.23

require (
github.com/gohugoio/hugo v0.135.0
Expand Down

0 comments on commit 5b5ed28

Please sign in to comment.