1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-03 13:11:48 +02:00
Ben Kochie 7625a70812
fix: Use go mod download (#1345)
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>
2020-02-17 09:13:28 -03:00
..
2018-10-27 13:34:16 -03:00
2019-07-27 10:55:56 -03:00
2020-02-05 22:08:18 -03:00
2020-02-17 09:12:32 -03:00
2020-02-17 09:13:28 -03:00
2020-02-05 22:08:18 -03:00