diff --git a/hack/ci/windows.ps1 b/hack/ci/windows.ps1 index fe166e9bb7..bc58bd858b 100644 --- a/hack/ci/windows.ps1 +++ b/hack/ci/windows.ps1 @@ -874,6 +874,7 @@ Try { } else { $env:DOCKER_HOST=$DASHH_CUT $env:PATH="$env:TEMP\binary;$env:PATH;" # Force to use the test binaries, not the host ones. + $env:GO111MODULE="off" Write-Host -ForegroundColor Green "INFO: DOCKER_HOST at $DASHH_CUT" $ErrorActionPreference = "SilentlyContinue"