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

fix: restore rueidisaside go.mod and add module validation #797

Merged
merged 2 commits into from
Mar 12, 2025

Conversation

nesty92
Copy link
Contributor

@nesty92 nesty92 commented Mar 11, 2025

Adding CI validation to prevent future accidental module deletions

Closes #796

Signed-off-by: Ernesto Alejandro Santana Hidalgo <[email protected]>
@nesty92
Copy link
Contributor Author

nesty92 commented Mar 11, 2025

Hi @rueian, a new tag will be needed after this is merged to fully fix the problem when importing the modules

Add a validation step in GitHub Actions that ensures all module directories
(om, rueidis* except rueidislock, and mock) have their go.mod files. This prevents
accidental deletion of module configurations.
@rueian rueian merged commit f56a674 into redis:main Mar 12, 2025
34 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.

Accidental deletion of modules go.mod files causing ambiguous imports
2 participants