bump go version to 1.22.7

Signed-off-by: yelshall <youssuf.elshall@zendesk.com>
This commit is contained in:
yelshall 2024-09-11 10:16:50 -07:00
parent 4ac95b95a1
commit 9935ae74e0
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1.22.6
1.22.7

2
go.mod
View File

@ -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

View File

@ -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"