diff --git a/hack/e2e.sh b/hack/e2e.sh index 00d8a8a74..a525581d7 100755 --- a/hack/e2e.sh +++ b/hack/e2e.sh @@ -16,7 +16,7 @@ set -eou pipefail -export CGO_ENABLED=0 +export CGO_ENABLED=1 export GO111MODULE=on export GOFLAGS="-mod=vendor"