From 82aa1e77f87a69a5e6d1a4e5bd7c6c50eaf0f0a3 Mon Sep 17 00:00:00 2001 From: RainbowMango Date: Fri, 15 Nov 2024 10:15:58 +0800 Subject: [PATCH] Bump Golang version to v1.22.9 Signed-off-by: RainbowMango --- .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 87b26e8b1aa0..d28b1eb8f3f6 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.22.7 +1.22.9 diff --git a/go.mod b/go.mod index c8c64a3b1fc7..daae2020e110 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/hack/util.sh b/hack/util.sh index efc1c0f1ec1d..6c4da8709b19 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.7 +MIN_Go_VERSION=go1.22.9 DEFAULT_CLUSTER_VERSION="kindest/node:v1.31.0"