From 9935ae74e0c56ae682554ef21e91990cf8d0ea6f Mon Sep 17 00:00:00 2001 From: yelshall Date: Wed, 11 Sep 2024 10:16:50 -0700 Subject: [PATCH] bump go version to 1.22.7 Signed-off-by: yelshall --- .go-version | 2 +- go.mod | 2 +- hack/util.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.go-version b/.go-version index 013173af5e9b..87b26e8b1aa0 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.22.6 +1.22.7 diff --git a/go.mod b/go.mod index 4003b456fdcb..ac69a20ecd88 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/hack/util.sh b/hack/util.sh index 2230e09f2135..ebc1ecd931d4 100755 --- a/hack/util.sh +++ b/hack/util.sh @@ -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"