Skip to content

Commit

Permalink
Bump Golang version to v1.22.9
Browse files Browse the repository at this point in the history
Signed-off-by: RainbowMango <[email protected]>
  • Loading branch information
RainbowMango committed Nov 15, 2024
1 parent 35b7e8f commit 82aa1e7
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.7
1.22.9
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.7 // keep in sync with .go-version, Readme.md#Prerequisites, hack/util.sh
go 1.22.9 // keep in sync with .go-version and 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.7
MIN_Go_VERSION=go1.22.9

DEFAULT_CLUSTER_VERSION="kindest/node:v1.31.0"

Expand Down

0 comments on commit 82aa1e7

Please sign in to comment.