Switching to go mod?
leahneukirchen opened this issue · 0 comments
leahneukirchen commented
For reproducible builds, it would be good to use a go.mod file.
Just run go mod init github.com/noqcks/gucci
, go build
and commit the go.mod
and go.sum
files.