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

Remove mod=mod from go run commands in generate #80

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Conversation

golanglemonade
Copy link
Member

I think we should be okay without this flag because our deps are in our go.mod file that we need here and this is possibly causing issues with pulling the wrong modules

The -mod=mod flag instructs the go command to attempt to find new modules providing missing packages and to update go.mod and go.sum.

Copy link

@matoszz matoszz merged commit 1beb039 into main Sep 23, 2024
20 checks passed
@matoszz matoszz deleted the remove-mod-go-run branch September 23, 2024 13:50
matoszz pushed a commit that referenced this pull request Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants