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

use gomods #686

Merged
merged 1 commit into from
Aug 6, 2024
Merged

use gomods #686

merged 1 commit into from
Aug 6, 2024

Conversation

jmank88
Copy link
Collaborator

@jmank88 jmank88 commented Aug 6, 2024

This repo has multiple modules, but the Makefile commands were only written for one. This PR swaps in gomods for tidy and generate commands.

@jmank88 jmank88 requested a review from a team as a code owner August 6, 2024 10:25
@jmank88 jmank88 requested a review from krehermann August 6, 2024 10:25
Comment on lines -26 to -28
# add our installed protoc to the head of the PATH
# maybe there is a cleaner way to do this
PATH=$$HOME/.local/bin:$$PATH go generate -x ./...; \
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@krehermann you touched this last - are you the original author? I think it seems reasonable to drop this and expect GOBIN to already be on the path, no?

@jmank88 jmank88 merged commit 5507677 into main Aug 6, 2024
11 checks passed
@jmank88 jmank88 deleted the gomods branch August 6, 2024 15:10
Farber98 pushed a commit that referenced this pull request Aug 7, 2024
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.

3 participants