-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
chore: upgrade ko #9043
chore: upgrade ko #9043
Conversation
Codecov Report
@@ Coverage Diff @@
## main #9043 +/- ##
==========================================
- Coverage 70.48% 63.35% -7.13%
==========================================
Files 515 626 +111
Lines 23150 32109 +8959
==========================================
+ Hits 16317 20344 +4027
- Misses 5776 10223 +4447
- Partials 1057 1542 +485
... and 424 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
cnbl "github.com/buildpacks/lifecycle/launch" | ||
cnb "github.com/buildpacks/lifecycle/platform" | ||
cnb "github.com/buildpacks/lifecycle/platform/files" |
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.
16ba668
to
266953e
Compare
Thank you! As a user of ko with skaffold, this will help me update my project to Go 1.20 <3 |
* chore: upgrade moby/buildkit and ko * chore: vendor deps * chore: fix dep conflicts * chore: use nil as default for container.stopOption * use util for int pointer
* chore: upgrade ko (#9043) * chore: upgrade moby/buildkit and ko * chore: vendor deps * chore: fix dep conflicts * chore: use nil as default for container.stopOption * use util for int pointer * chore: schema check target to release/v2.7 * chore: add origin
Fixes: #8948
Description