Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile: run "go mod tidy" when vendoring #4975

Merged
merged 1 commit into from Jan 27, 2021

Conversation

thaJeztah
Copy link
Member

relates to #4717 (comment)

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 afterwards.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jan 27, 2021

Build succeeded.

Makefile Show resolved Hide resolved
`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>
@dims
Copy link
Member

dims commented Jan 27, 2021

LGTM

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jan 27, 2021

Build succeeded.

Copy link
Member

@estesp estesp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@estesp estesp merged commit cb6f665 into containerd:master Jan 27, 2021
@thaJeztah thaJeztah deleted the mod_tidy branch January 27, 2021 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants