Skip to content

Remove invalid go.mod.sum file#7

Open
Copilot wants to merge 3 commits intomainfrom
copilot/fix-commit-check-issue
Open

Remove invalid go.mod.sum file#7
Copilot wants to merge 3 commits intomainfrom
copilot/fix-commit-check-issue

Conversation

Copy link

Copilot AI commented Dec 12, 2025

Commit 70aaadd introduced go.mod.sum, which is not a valid Go module file and breaks make check/go/mod.

Changes

  • Removed go.mod.sum from repository root
  • Updated go.work.sum files regenerated by go mod tidy

Standard Go module files are go.mod, go.sum, and optionally go.work/go.work.sum for workspaces.

Original prompt

Reference: https://github.com/FuzzysTodd/pyroscope/commit/70aaadd7b4a868081c2bc234fb2e063823517271/checks?check_suite_id=52049065787 fix it


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: FuzzysTodd <157565446+FuzzysTodd@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix issues in commit checks for better validation Remove invalid go.mod.sum file Dec 12, 2025
Copilot AI requested a review from FuzzysTodd December 12, 2025 01:20
@FuzzysTodd FuzzysTodd marked this pull request as ready for review December 26, 2025 21:16
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

Comments