Skip to content

Commit 56514df

Browse files
author
jwcesign
committed
typo: fix typo
Signed-off-by: jwcesign <jwcesign@cloudpilot.ai>
1 parent a6c5b5f commit 56514df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/providers/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ import (
2929

3030
const (
3131
kubernetesVersionCacheKey = "kubernetesVersion"
32-
// MinK8sVersion defines the max K8s version which has tested on ack
32+
// MinK8sVersion defines the min K8s version which has tested on ack
3333
// Currently the min k8s version of ack is 1.28.1-aliyun.1
34-
MinK8sVersion = "1.28.9"
34+
MinK8sVersion = "1.28.1"
3535
// MaxK8sVersion defines the max K8s version which has tested on ack
3636
// Currently the max k8s version of ack is 1.31.1-aliyun.1
3737
MaxK8sVersion = "1.31.1"

0 commit comments

Comments
 (0)