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 <youssuf.elshall@zendesk.com>
  • Loading branch information
yelshall committed Sep 11, 2024
1 parent 4ac95b9 commit 9935ae7
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 9935ae7

Please sign in to comment.