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

ci(dep): Check only for go.mod file #1397

Merged
merged 1 commit into from
Sep 26, 2020

Conversation

sayboras
Copy link
Member

This commit is to update go-mod github action step to check for only
go.mod file. Ideally, both go.mod and go.sum should be checked, however,
the current behavior of go mod tidy command will not clean up old
entries in go.sum.

Additionally, dependentbot is currently failing as there is dirty change
in go.sum file.

This commit is to update go-mod github action step to check for only
go.mod file. Ideally, both go.mod and go.sum should be checked, however,
the current behavior of `go mod tidy` command will not clean up old
entries in go.sum.

Additionally, dependentbot is currently failing as there is dirty change
in go.sum file.
@sayboras sayboras requested a review from a team September 26, 2020 05:43
@sayboras sayboras merged commit f163073 into golangci:master Sep 26, 2020
@sayboras sayboras deleted the bugfix/gomod-step branch September 26, 2020 06:30
@ldez ldez added the area: ci PR that update CI label Dec 7, 2020
@ldez ldez mentioned this pull request Dec 24, 2020
@ldez ldez added this to the v1.32 milestone Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ci PR that update CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants