Merge pull request #5820 from RainbowMango/pr_bump_go_1229

Bump Golang version to v1.22.9
This commit is contained in:
karmada-bot 2024-11-18 10:08:55 +08:00 committed by GitHub
commit 4907f07bce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1.22.7
1.22.9

2
go.mod
View File

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

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.7
MIN_Go_VERSION=go1.22.9
DEFAULT_CLUSTER_VERSION="kindest/node:v1.31.0"