Skip to content

Conversation

@michaeladler
Copy link
Member

Description

A separate modfile is now used for managing Go tools, preventing potential version conflicts stemming from transitive dependencies. This change simplifies dependency management and clarifies which dependencies are included in the final binaries.

Issues Addressed

List and link all the issues addressed by this PR.

Change Type

Please select the relevant options:

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist

  • I have read the CONTRIBUTING document.
  • My changes adhere to the established code style, patterns, and best practices.
  • I have added tests that demonstrate the effectiveness of my changes.
  • I have updated the documentation accordingly (if applicable).
  • I have added an entry in the CHANGELOG to document my changes (if applicable).

A separate modfile is now used for managing Go tools, preventing
potential version conflicts stemming from transitive dependencies. This
change simplifies dependency management and clarifies which dependencies
are included in the final binaries.

Signed-off-by: Michael Adler <[email protected]>
@michaeladler michaeladler requested a review from stormc as a code owner November 26, 2025 14:06
@codecov
Copy link

codecov bot commented Nov 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.82%. Comparing base (f0a183f) to head (c8a2ceb).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #382   +/-   ##
=======================================
  Coverage   81.82%   81.82%           
=======================================
  Files          93       93           
  Lines        3845     3845           
=======================================
  Hits         3146     3146           
  Misses        450      450           
  Partials      249      249           

☔ 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.

@michaeladler michaeladler merged commit 9164f10 into siemens:main Nov 26, 2025
17 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.

1 participant