diff options
Diffstat (limited to 'hack')
| -rwxr-xr-x | hack/lib/golang.sh | 2 | ||||
| -rwxr-xr-x | hack/make-rules/build_with_container.sh | 2 |
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}" |
