mirror of
https://github.com/containerd/containerd.git
synced 2026-08-03 22:50:44 +00:00
Makefile: run "go mod tidy" when vendoring
`make vendor` did not do a `go mod tidy` after vendoring, whereas CI does this as part of the vendor validation, causing CI to fail if `make vendor` was used to update vendoring, without doing a `go mod tidy` as well. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in: