-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
introduce go.mod for env2yaml #15921
Conversation
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
💚 Build Succeeded
|
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.
LGTM thanks!
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.
LGTM!
@logstashmachine backport 8.12 |
Update the env2yaml to have a go.mod instead of relying on disabling go modules, otherwise building with golang 1.22 will fail in the future. This change also directly uses the golang image to build the binary removing the need for an intermediate image. (cherry picked from commit 5c3e64d)
Update the env2yaml to have a go.mod instead of relying on disabling go modules, otherwise building with golang 1.22 will fail in the future. This change also directly uses the golang image to build the binary removing the need for an intermediate image. (cherry picked from commit 5c3e64d) Co-authored-by: João Duarte <[email protected]>
@logstashmachine backport 7.17 |
Update the env2yaml to have a go.mod instead of relying on disabling go modules, otherwise building with golang 1.22 will fail in the future. This change also directly uses the golang image to build the binary removing the need for an intermediate image. (cherry picked from commit 5c3e64d)
Update the env2yaml to have a go.mod instead of relying on disabling go modules, otherwise building with golang 1.22 will fail in the future. This change also directly uses the golang image to build the binary removing the need for an intermediate image. (cherry picked from commit 5c3e64d) Co-authored-by: João Duarte <[email protected]>
Updated the env2yaml to have a go.mod instead of relying on disabling go modules, otherwise building with golang 1.22 will fail.
This change also directly uses the golang image to build the binary removing the need for an intermediate image.
Tested locally and also with buildkite build docker image:
fixes #15920