Skip to content

Commit c426e97

Browse files
authored
Merge pull request #5015 from grosser/grosser/1.22
update to go 1.22
2 parents 049ddc6 + 9a3bb2b commit c426e97

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.21.10
1+
1.22.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ This guide will cover:
9898
- Propagate an application by using `karmada`.
9999

100100
### Prerequisites
101-
- [Go](https://golang.org/) version v1.21+
101+
- [Go](https://golang.org/) version v1.22.4+
102102
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) version v1.19+
103103
- [kind](https://kind.sigs.k8s.io/) version v0.14.0+
104104

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/karmada-io/karmada
22

3-
go 1.21.10
3+
go 1.22.4 // keep in sync with .go-version, Readme.md#Prerequisites, hack/util.sh
44

55
require (
66
github.com/adhocore/gronx v1.6.3

hack/util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ KARMADA_METRICS_ADAPTER_LABEL="karmada-metrics-adapter"
3737

3838
KARMADA_GO_PACKAGE="github.com/karmada-io/karmada"
3939

40-
MIN_Go_VERSION=go1.21.0
40+
MIN_Go_VERSION=go1.22.4
4141

4242
DEFAULT_CLUSTER_VERSION="kindest/node:v1.27.3"
4343

0 commit comments

Comments
 (0)