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

[TT-1929] make sure go.mods are tidy #1541

Merged
merged 3 commits into from
Jan 8, 2025
Merged

[TT-1929] make sure go.mods are tidy #1541

merged 3 commits into from
Jan 8, 2025

Conversation

Tofel
Copy link
Contributor

@Tofel Tofel commented Jan 8, 2025


Below is a summarization created by an LLM (gpt-4-0125-preview). Be mindful of hallucinations and verify accuracy.

Why

The changes implement new jobs and steps in the GitHub Actions workflow to enhance code quality and dependency management. Specifically, they add a job for cleaning Go modules, ensuring all dependencies are correctly managed and tidy. This is crucial for maintaining a clean and efficient codebase.

What

  • .github/workflows/lint.yaml
    • Added a new job clean-go-mods to run Go modules cleanup. This includes setting up Go 1.23.3, installing gomods, checking out code, running gomods tidy, and ensuring the codebase is clean after the tidy operation. This ensures that the project's dependencies are properly managed and free from unnecessary modules.
    • Other existing jobs like pre-commit, tools, golangci, vulnerabilities-check, asdf-install, helmlint, actionlint, and sonarqube remain unchanged, focusing on their specific tasks like linting, vulnerabilities check, installing dependencies, linting Helm charts, validating GitHub Action workflows, and running SonarQube analysis respectively.

@Tofel Tofel force-pushed the tt-1929-clean-go-mods branch from 87d0bc6 to 38be086 Compare January 8, 2025 13:48
@Tofel Tofel marked this pull request as ready for review January 8, 2025 13:49
@Tofel Tofel requested review from sebawo and a team as code owners January 8, 2025 13:49
@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@Tofel Tofel merged commit 1374a36 into main Jan 8, 2025
52 checks passed
@Tofel Tofel deleted the tt-1929-clean-go-mods branch January 8, 2025 14:13
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.

2 participants