Skip to content

Commit

Permalink
Point the Go 1.22 in the root module.
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 committed Aug 26, 2024
1 parent 35f9e60 commit cf781b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
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.22.4+
- kubectl version v1.27+.
- Access to a Kubernetes v1.27+ cluster.

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

go 1.22
go 1.22.4

toolchain go1.22.6

require (
github.com/google/go-cmp v0.6.0
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module sigs.k8s.io/kueue

go 1.22
go 1.22.0

toolchain go1.22.6

require (
github.com/fsnotify/fsnotify v1.7.0
Expand Down

0 comments on commit cf781b2

Please sign in to comment.