openSUSE / golang-packaging

golang packaging tool for openSUSE
GNU General Public License v3.0
6 stars 13 forks source link

Preserve modification time of source files #30

Closed bmwiedemann closed 4 years ago

bmwiedemann commented 4 years ago

Preserve modification time of source files because the minikube build stored mtime of these files in .go files and therefore its binaries varied across builds.

See https://reproducible-builds.org/ for why this matters.