Skip to content

Conversation

@manute
Copy link
Contributor

@manute manute commented Oct 22, 2025

Fixes #744

I think the root cause that is keep failing the CI is

go: updates to go.mod needed; to update it:
    go mod tidy
make[1]: *** [Makefile:101: lint_module_/home/runner/work/go-grpc-middleware/go-grpc-middleware/examples] Error 

Changes

So, I have just added a go mod tidy for each mod before linting in the makefile.

Verification

I tested locally and it works - let's see if here it works the CI

@manute manute mentioned this pull request Oct 22, 2025
Copy link
Collaborator

@johanbrandhorst johanbrandhorst left a comment

Choose a reason for hiding this comment

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

Nice! Thanks!

@johanbrandhorst johanbrandhorst merged commit af451d0 into grpc-ecosystem:main Oct 22, 2025
5 checks passed
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.

CI keeps failing

2 participants