File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- 1.21.10
1
+ 1.22.4
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ This guide will cover:
98
98
- Propagate an application by using ` karmada ` .
99
99
100
100
### Prerequisites
101
- - [ Go] ( https://golang.org/ ) version v1.21 +
101
+ - [ Go] ( https://golang.org/ ) version v1.22.4 +
102
102
- [ kubectl] ( https://kubernetes.io/docs/tasks/tools/install-kubectl/ ) version v1.19+
103
103
- [ kind] ( https://kind.sigs.k8s.io/ ) version v0.14.0+
104
104
Original file line number Diff line number Diff line change 1
1
module github.com/karmada-io/karmada
2
2
3
- go 1.21.10
3
+ go 1.22.4 // keep in sync with .go-version, Readme.md#Prerequisites, hack/util.sh
4
4
5
5
require (
6
6
github.com/adhocore/gronx v1.6.3
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ KARMADA_METRICS_ADAPTER_LABEL="karmada-metrics-adapter"
37
37
38
38
KARMADA_GO_PACKAGE=" github.com/karmada-io/karmada"
39
39
40
- MIN_Go_VERSION=go1.21.0
40
+ MIN_Go_VERSION=go1.22.4
41
41
42
42
DEFAULT_CLUSTER_VERSION=" kindest/node:v1.27.3"
43
43
You can’t perform that action at this time.
0 commit comments