1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-26 11:18:00 +02:00
lego/.github/workflows
Fernandez Ludovic 2c0a8ff689 core: prevent release failure
With go1.16 there is a difference between `go mod tidy` and `go mod
download`.
The `go.sum` is not altered in the same way by both commands.
`go mod tidy` must be always called after the `go mod download`.

https://github.com/golang/go/issues/43994
2021-03-03 01:18:08 +01:00
..
go-cross.yml chore: update for go1.16 (#1350) 2021-02-17 09:02:44 +01:00
main.yml core: prevent release failure 2021-03-03 01:18:08 +01:00