Skip to content

Commit

Permalink
Upgrade Go version to v1.22.6 (#2859)
Browse files Browse the repository at this point in the history
* Stop the Go patch version in the go module directive

Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>

* Point the Go 1.22 in the root module.

Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>

* Explictly use Go 1.22.6 and GOTOOLCHAIN=auto

Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>

---------

Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
  • Loading branch information
tenzen-y authored Aug 26, 2024
1 parent add6c3b commit a1d9d9f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ steps:
- GIT_TAG=$_GIT_TAG
- EXTRA_TAG=$_PULL_BASE_REF
- DOCKER_BUILDX_CMD=/buildx-entrypoint
- GOTOOLCHAIN=auto
substitutions:
# _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and
# can be used as a substitution
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.4+
- go version v1.22.6+
- 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.4
go 1.22.6

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.4
go 1.22.6

require (
github.com/golangci/golangci-lint v1.60.3
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.4
go 1.22.6

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

go 1.22.4
go 1.22.6

require (
github.com/gohugoio/hugo v0.133.0
github.com/golangci/golangci-lint v1.60.3
Expand Down

0 comments on commit a1d9d9f

Please sign in to comment.