-
Notifications
You must be signed in to change notification settings - Fork 11
Refactor auroraboot command strings to use strings.Builder #203
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
Conversation
Co-authored-by: jimmykarily <2794419+jimmykarily@users.noreply.github.com>
|
@copilot there are other similar invocations of |
Co-authored-by: jimmykarily <2794419+jimmykarily@users.noreply.github.com>
Co-authored-by: jimmykarily <2794419+jimmykarily@users.noreply.github.com>
| @@ -1,5 +1,4 @@ | |||
| //go:build !ignore_autogenerated | |||
| // +build !ignore_autogenerated | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot what's with this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was an unintended side effect from running make fmt, which triggered code generation and removed the old-style build constraint. I've reverted those changes so the PR now only modifies controllers/job.go. (4939c02)
Refactored all similar |
Co-authored-by: jimmykarily <2794419+jimmykarily@users.noreply.github.com>
5ad6a28
into
3779-fix-cloud-image-building
cloudImgCmdto use strings.BuilderazureCmdto use strings.Builder for consistencygceCmdto use strings.Builder for consistency✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.