-
Notifications
You must be signed in to change notification settings - Fork 401
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
could not parse Go build info: line 4: expected 2 columns for build setting; got 1 #651
Comments
Thanks for reporting this! This is #625 -- you should be able to get around this with |
Thank you @imjasonh, that seems to have gotten me past that error. It did raise another, however:
I'm happy to wait until the next release is cut, if necessary. |
Ah, yeah. That error is coming from some not-yet-released(-because-it's-broken) changes to have |
|
I just upgraded my Go version to 1.18 and tried running
ko build
which failed and threw the following error:I installed
ko
using Homebrew, so I uninstalled it and reinstalled it thinking it was similar to Issue #106, however that did not solve the issue or change the error being thrown. I have confirmed thatgo build .
does successfully build.The text was updated successfully, but these errors were encountered: