GoReleaser can help you, to some extent, to have reproducible builds. Reproducible Builds What are reproducible builds? According to Reproducible-Builds.org: A build is reproducible if given the same source code, build environment and build instructions, any party can recreate bit-by-bit identical copies of all specified artifacts. So, things we need to pay attention here are: the source is the same the dependencies are the same, in the same versions chtimes are the same build path is the ...