Merged
Conversation
8780fe5 to
b04706c
Compare
Member
Author
|
weird, I had to do a second |
b04706c to
5699986
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #48 +/- ##
==========================================
+ Coverage 74.88% 75.34% +0.46%
==========================================
Files 24 24
Lines 1521 1521
==========================================
+ Hits 1139 1146 +7
+ Misses 285 279 -6
+ Partials 97 96 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fc80585 to
0f05b60
Compare
rminnich
reviewed
Apr 13, 2026
Member
rminnich
left a comment
There was a problem hiding this comment.
it would be nice to leave the TBD comment for plan 9 in there, it's on my list.
Member
Author
I just moved it further up since I split off Windows and FreeBSD, it's still there! |
The move of gobusybox to Go 1.25 forces mkuimage to use it, too. This upgrade enables the open PR for adding the `-compiler` option: u-root#34 To get to 1.25, this also does: * cross-compile.sh: drop windows/arm This has been removed upstream, being broken since Go 1.18. golang/go#71671 * CI: bump to Go 1.25 and 1.26 actions for lint workflow * migrate golangci config This is the result of running `golangci-lint migrate` using v2.11.4. <https://golangci-lint.run/docs/product/migration-guide/> Note: exclusions have been reworked, and the migration dropped them. <golangci/golangci-lint#5298> Signed-off-by: Daniel Maslowski <info@orangecms.org>
0f05b60 to
bde3855
Compare
rminnich
approved these changes
Apr 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
needed for #34