summaryrefslogtreecommitdiff
path: root/hack/lib
diff options
context:
space:
mode:
authorShelley-BaoYue <baoyue2@huawei.com>2023-11-07 10:24:35 +0800
committerShelley-BaoYue <baoyue2@huawei.com>2023-11-07 10:50:03 +0800
commit9055f442c2fd4e7354032f30478c710dc79bb7cf (patch)
tree16d9ee18e769cd67d4c5d27bb5661d258871dc8f /hack/lib
parentMerge pull request #5097 from luomengY/generate_crd_charts (diff)
downloadkubeedge-9055f442c2fd4e7354032f30478c710dc79bb7cf.tar.gz
bump go version to 1.20
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'hack/lib')
-rwxr-xr-xhack/lib/golang.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/lib/golang.sh b/hack/lib/golang.sh
index 11edbe08f..4dd19cbf9 100755
--- a/hack/lib/golang.sh
+++ b/hack/lib/golang.sh
@@ -38,7 +38,7 @@ kubeedge::golang::verify_golang_version() {
fi
if [ $Y -lt 16 ] ; then
- echo "go minor version must >= 16, now is $Y"
+ echo "go minor version must >= 20, now is $Y"
exit 1
fi
}