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

Update go.sum before building proxygen #106

Merged
merged 2 commits into from
Feb 2, 2023

Conversation

mmcshane
Copy link
Contributor

@mmcshane mmcshane commented Feb 2, 2023

What changed?
Run go mod tidy before running the proxy codegen

Why?
The unpinned versions (e.g. we depend on the latest version of google.golang.org/genproto) change frequently and if the go.sum isn't updated, builds will fail.

How did you test it?
Running locally

Potential risks

The unpinned versions (e.g. we depend on the latest version of
google.golang.org/genproto) change frequently and if the go.sum isn't
updated, builds will fail.
@mmcshane mmcshane requested review from a team as code owners February 2, 2023 19:43
Proxy codegen needs 1.18 or higher.
Copy link
Member

@cretz cretz left a comment

Choose a reason for hiding this comment

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

Thanks!

@mmcshane mmcshane merged commit 445e99d into master Feb 2, 2023
@mmcshane mmcshane deleted the mpm/go-mod-tidy-for-proxygenerator branch February 2, 2023 19:57
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