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

Run go mod tidy and ensure no diff in CI #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Run go mod tidy and ensure no diff in CI #50

wants to merge 1 commit into from

Conversation

hnnsgstfssn
Copy link
Contributor

Not having an up-to-date go.mod file will cause local diffs during development.

This is frustrating and unnecessary.

@hnnsgstfssn hnnsgstfssn requested review from Oded-B and yzdann January 14, 2025 12:56
@hnnsgstfssn hnnsgstfssn marked this pull request as draft January 14, 2025 12:57
@hnnsgstfssn hnnsgstfssn force-pushed the tidy branch 7 times, most recently from 0a77e82 to da07cfc Compare January 20, 2025 17:04
Not having an up-to-date go.mod file will cause local diffs during
development.

This is frustrating and unnecessary and enforcing this as a check in CI
will prevent it from happening in the future.
@hnnsgstfssn hnnsgstfssn marked this pull request as ready for review January 20, 2025 17:14
@hnnsgstfssn hnnsgstfssn requested a review from a team as a code owner January 20, 2025 17:14
@hnnsgstfssn hnnsgstfssn enabled auto-merge (squash) January 20, 2025 17:15
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