Skip to content

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