Is it possible to get a reproducible build? I'm trying to build with the same goland version and getting different file size 17397571 vs 17397587.
sudo docker run --rm -it golang:1.23.7-alpine /bin/sh
apk add git make curl
cd /
git clone --depth 1 --branch v0.14.0 https://github.com/prometheus-community/smartctl_exporter.git
cd smartctl_exporter
make -f Makefile.common build
Is it possible to get a reproducible build? I'm trying to build with the same goland version and getting different file size 17397571 vs 17397587.