for file in $(find out/* .gopath/* .gopath/.ok -type f); do
    touch $file
done

test -f out/docker/prebuilt-x86_64.tar.xz
test -f out/docker/prebuilt-arm.tar.xz

test -f executors/docker/bindata.go && touch executors/docker/bindata.go
