summaryrefslogtreecommitdiff
path: root/hack
diff options
context:
space:
mode:
authorKubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com>2023-11-10 16:02:24 +0800
committerGitHub <noreply@github.com>2023-11-10 16:02:24 +0800
commitef57c14bea480ac63999b8f0e3d6c9c474e7a4c6 (patch)
treee13be7c6e2a73aba0ccd061a8ec79d88286f406f /hack
parentMerge pull request #5151 from JiaweiGithub/feat/route_cleanup (diff)
parentbump go version to 1.20 (diff)
downloadkubeedge-ef57c14bea480ac63999b8f0e3d6c9c474e7a4c6.tar.gz
Merge pull request #5146 from Shelley-BaoYue/bump-go1.20
bump go version to 1.20
Diffstat (limited to 'hack')
-rwxr-xr-xhack/lib/golang.sh2
-rwxr-xr-xhack/make-rules/build_with_container.sh2
2 files changed, 2 insertions, 2 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
}
diff --git a/hack/make-rules/build_with_container.sh b/hack/make-rules/build_with_container.sh
index 8ec40cd57..45eee1b3d 100755
--- a/hack/make-rules/build_with_container.sh
+++ b/hack/make-rules/build_with_container.sh
@@ -22,7 +22,7 @@ set -o pipefail
KUBEEDGE_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd -P)"
MOUNTPATH="${MOUNTPATH:-/kubeedge}"
-KUBEEDGE_BUILD_IMAGE=${KUBEEDGE_BUILD_IMAGE:-"kubeedge/build-tools:1.19.12-ke2"}
+KUBEEDGE_BUILD_IMAGE=${KUBEEDGE_BUILD_IMAGE:-"kubeedge/build-tools:1.20.10-ke1"}
DOCKER_GID="${DOCKER_GID:-$(grep '^docker:' /etc/group | cut -f3 -d:)}"
CONTAINER_RUN_OPTIONS="${CONTAINER_RUN_OPTIONS:--it}"