UnnoTed / fileb0x

a better customizable tool to embed files in go; also update embedded files remotely without restarting the server
MIT License
634 stars 53 forks source link

fix #47: update godirwalk to v1.7.4 #48

Closed coolaj86 closed 5 years ago

coolaj86 commented 5 years ago

godirwalk 1.7.3 fails with a bad checksum on some systems (Windows, some CircleCI builds)

updating to v1.7.4 fixes #47

coolaj86 commented 5 years ago

It turns out this fix also breaks things, just for different people.

Apparently go1.11.3 and go1.11.4 handle symlinks differently and therefore checksum mismatches will break either way.

See golang/go#29278