mirror of
https://github.com/ko-build/ko.git
synced 2025-12-02 22:48:40 +02:00
* Prepare for Go 1.18 by replacing all our forked code This hides our forked-from-gotip code behind a build tag so it's only used when the build is run on Go <1.18. For builds >= 1.18, we'll use the actual runtime/debug and debug/buildinfo packages. Add preliminary support for building on Go 1.18beta1 to our Build matrix, to ensure this code builds. It's all a terrible hack, but it'll get less so when 1.18 is actually released. * Fix lint and boilerplate