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

chore: Makefile cleanup go.mod tidying #2900

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

simonswine
Copy link
Contributor

@simonswine simonswine commented Jan 9, 2024

This uses a wildcard target to cleanup subsequent go.mods. I was looking into #2605 before realising we removed it in main 😆

This uses a wildcard target to cleanup subsequent go.mods
@simonswine simonswine marked this pull request as ready for review January 9, 2024 10:29
@simonswine simonswine requested a review from a team as a code owner January 9, 2024 10:29
cd api/ && GO111MODULE=on go mod tidy
cd ebpf/ && GO111MODULE=on go mod download
cd ebpf/ && GO111MODULE=on go mod tidy
cd examples/golang-push/rideshare/ && GO111MODULE=on go mod download
Copy link
Contributor

@cyriltovena cyriltovena Jan 9, 2024

Choose a reason for hiding this comment

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

someone had to end this nonsense.

👏

Copy link
Contributor

@cyriltovena cyriltovena left a comment

Choose a reason for hiding this comment

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

LGTM

@simonswine simonswine merged commit 2a87d84 into grafana:main Jan 9, 2024
19 checks passed
This pull request was closed.
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