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

Refactor: Upgrade connect-go, protobuf and buf #2909

Merged
merged 1 commit into from Jan 10, 2024

Conversation

simonswine
Copy link
Contributor

@simonswine simonswine commented Jan 10, 2024

connect-go switched import paths, hence a fair bit of refactoring required.

connect-go switched import path, hence a fair bit of refactoring
required.
@simonswine simonswine marked this pull request as ready for review January 10, 2024 12:03
@simonswine simonswine requested review from korniltsev and a team as code owners January 10, 2024 12:03
@@ -25,6 +25,7 @@ require (

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/bufbuild/connect-go v1.10.0 // indirect
Copy link
Contributor

Choose a reason for hiding this comment

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

?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is complicated, but it is because of that line: https://github.com/grafana/pyroscope/blob/main/ebpf/go.mod#L12

I think I need to merge this first, then tag a new api version and then I can update the ebpf packgae

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

found one old package not sure if this was intentional check it out.

@simonswine simonswine merged commit 7faadde into grafana:main Jan 10, 2024
19 checks passed
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.

None yet

2 participants