-
Notifications
You must be signed in to change notification settings - Fork 139
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
feat: s2i builder go support #2203
Conversation
Skipping CI for Draft Pull Request. |
// such that the "go build" command builds subdirectory .s2i/builds/by-func/last | ||
// (where main resides) rather than the root. | ||
// TODO: many apps use the pattern of having main in a subdirectory, for | ||
// example the idiomatic "./cmd/myapp/main.go". It would therefore be |
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.
can we raise a GH issue for this?
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.
Yes, I think we should. Any idea where that repository is hosted? A cursory search found nothing for me
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2203 +/- ##
==========================================
- Coverage 60.17% 58.61% -1.57%
==========================================
Files 127 126 -1
Lines 14784 11479 -3305
==========================================
- Hits 8896 6728 -2168
+ Misses 4981 3786 -1195
- Partials 907 965 +58
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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! 🎉
/hold for others
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gauron99, lkingland The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Changes
/kind enhancement
Release Note