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

Make code generation more robust #2999

Merged
merged 1 commit into from
May 4, 2022
Merged

Conversation

joelsmith
Copy link
Contributor

@joelsmith joelsmith commented May 4, 2022

Use -mod=readonly with go list so that even if someone builds with
vendored deps, the build will still work.

Checklist

  • Commits are signed with Developer Certificate of Origin (DCO - learn more)

Use -mod=readonly with go mod list so that even if someone builds with
vendored deps, the build will still work.

Signed-off-by: Joel Smith <[email protected]>
@joelsmith joelsmith requested a review from a team as a code owner May 4, 2022 14:49
@joelsmith
Copy link
Contributor Author

I didn't add anything to the changelog since it's just a fix to the build, and not one that affects anyone who doesn't need to run go mod vendor as part of their build.

Copy link
Member

@zroubalik zroubalik left a comment

Choose a reason for hiding this comment

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

LGTM

@zroubalik zroubalik merged commit e1e893e into kedacore:main May 4, 2022
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