Skip to content

feat: CI/CD - Go mod tidy checker#100

Merged
jpmcb merged 1 commit intomainfrom
fail-on-gomod-tidy
Feb 14, 2026
Merged

feat: CI/CD - Go mod tidy checker#100
jpmcb merged 1 commit intomainfrom
fail-on-gomod-tidy

Conversation

@jpmcb
Copy link
Contributor

@jpmcb jpmcb commented Feb 14, 2026

  • 🧹 A dagger check for Go mod tidy-ness: checks that go.mod and go.sum don't drift

Continue Tasks: ✅ 3 no changes — View all

@jpmcb jpmcb force-pushed the fail-on-gomod-tidy branch from 2fcf39b to 85d77f1 Compare February 14, 2026 19:20
Signed-off-by: John McBride <john@papercompute.com>
@jpmcb jpmcb force-pushed the fail-on-gomod-tidy branch from 85d77f1 to d10ea3d Compare February 14, 2026 19:27
@jpmcb jpmcb merged commit 6b91063 into main Feb 14, 2026
11 checks passed
@jpmcb jpmcb deleted the fail-on-gomod-tidy branch February 14, 2026 19:43
@continue
Copy link

continue bot commented Feb 14, 2026

No docs update needed. This PR adds a CI/CD enforcement check (make tidy-check) that verifies go.mod and go.sum are tidy. This is an internal CI mechanism rather than a command users need to run manually. Contributors who forget to tidy will get a clear CI failure message directing them to run go mod tidy.

PR #100 was merged: feat: CI/CD - Go mod tidy checker
PR URL: #100
Merged by: jpmcb

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