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

upgrade go-genproto submodules to avoid ambiguous import errors #18

Merged
merged 9 commits into from
Aug 28, 2024

Conversation

paupm
Copy link
Contributor

@paupm paupm commented Aug 12, 2024

Followed this comment: googleapis/go-genproto#1015

To try and fix the errors I got in the previous build: https://github.com/softonic/homing-pigeon/actions/runs/10347140488/job/28636856541

When creating a grpc connection pool, DialOptions like WithBlock and the grpc.Dial are bad practices and were deprecated. More info: https://github.com/grpc/grpc-go/blob/master/Documentation/anti-patterns.md

@bvis
Copy link
Member

bvis commented Aug 20, 2024

This is needed for continue with this task: https://softonic-development.atlassian.net/issues/DS-1907

Copy link
Member

@mindhells mindhells left a comment

Choose a reason for hiding this comment

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

Have no idea what I'm approving 😅

pkg/main.go Outdated Show resolved Hide resolved
@paupm
Copy link
Contributor Author

paupm commented Aug 28, 2024

This is needed for continue with this task: https://softonic-development.atlassian.net/issues/DS-1907

Actually this PR is just to upgrade Go version and get rid of Dingo.
Let's align if we need to work on allowing middlewares between writer and reader flow.

@paupm paupm merged commit f1b9f9b into master Aug 28, 2024
2 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.

4 participants