diff --git a/scripts/fetch_ext_bins.sh b/scripts/fetch_ext_bins.sh index 07b29c3917a..441fc3575f8 100755 --- a/scripts/fetch_ext_bins.sh +++ b/scripts/fetch_ext_bins.sh @@ -26,7 +26,7 @@ if [[ -n "${TRACE}" ]]; then set -x fi -k8s_version=1.16.4 +k8s_version=1.20.2 goarch=amd64 goos="unknown"