-
Notifications
You must be signed in to change notification settings - Fork 48
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
allow .yml
files as components
#270
Conversation
Thanks for this contribution! |
@andrew-hillier please check why build tests are failing |
Hey! It's due to Once the project is updated to 1.21+, then this can be updated to use the |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #270 +/- ##
==========================================
+ Coverage 27.56% 27.84% +0.27%
==========================================
Files 7 7
Lines 798 801 +3
==========================================
+ Hits 220 223 +3
Misses 554 554
Partials 24 24 ☔ View full report in Codecov by Sentry. |
@andrew-hillier thanks, we've now upgraded to Go 1.21. if you can resolve the conflicts that'd be great, and we can then merge |
I'll revert the latest commit, as we can use |
Signed-off-by: Andrew Hillier <[email protected]>
@yaron2, had a little trouble with the DCO, but that should be ready to build now. |
I suspect that this will resolve #195