mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-22 04:08:49 +02:00
7625a70812
Recommend using `go mod download` rather than `go mod tidy` for fetching dependencies. The `tidy` function is used to update things and chagnes the dependency graph. Using the `download` function avoids any changes. Signed-off-by: Ben Kochie <superq@gmail.com>