Skip to content

chore: remove tools.go in favor of go.mod tool directive#847

Open
phm07 wants to merge 2 commits intomainfrom
go-mod-tool
Open

chore: remove tools.go in favor of go.mod tool directive#847
phm07 wants to merge 2 commits intomainfrom
go-mod-tool

Conversation

@phm07
Copy link
Copy Markdown
Contributor

@phm07 phm07 commented May 8, 2026

Continued from #559

Since Go 1.24 is now 2 major versions old, we can use the new tool directive in go.mod instead of a dedicated tools.go file.
Unfortunately this does not resolve the dependency problem, since the tools' dependencies are still pulled into go.mod.

@phm07 phm07 self-assigned this May 8, 2026
@phm07 phm07 requested a review from a team as a code owner May 8, 2026 08:59
@codecov
Copy link
Copy Markdown

codecov Bot commented May 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.39%. Comparing base (b5d4aa6) to head (faec47c).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #847   +/-   ##
=======================================
  Coverage   78.39%   78.39%           
=======================================
  Files          60       60           
  Lines        4355     4355           
=======================================
  Hits         3414     3414           
  Misses        637      637           
  Partials      304      304           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant