Skip to content

Commit

Permalink
bump go version to 1.22.7
Browse files Browse the repository at this point in the history
Signed-off-by: yelshall <[email protected]>
  • Loading branch information
yelshall authored and RainbowMango committed Sep 12, 2024
1 parent d6cc843 commit 3cfd715
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.6
1.22.7
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/karmada-io/karmada

go 1.22.6 // keep in sync with .go-version, Readme.md#Prerequisites, hack/util.sh
go 1.22.7 // keep in sync with .go-version, Readme.md#Prerequisites, hack/util.sh

require (
github.com/adhocore/gronx v1.6.3
Expand Down
2 changes: 1 addition & 1 deletion hack/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ KARMADA_METRICS_ADAPTER_LABEL="karmada-metrics-adapter"

KARMADA_GO_PACKAGE="github.com/karmada-io/karmada"

MIN_Go_VERSION=go1.22.6
MIN_Go_VERSION=go1.22.7

DEFAULT_CLUSTER_VERSION="kindest/node:v1.31.0"

Expand Down

0 comments on commit 3cfd715

Please sign in to comment.