-
Notifications
You must be signed in to change notification settings - Fork 405
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
ko install failed by Go 1.18 #650
Comments
I found this issue fixed. |
Do you have a v0.11.0 release plan? |
I'll probably cut a v0.11 some time tomorrow to pick up the fix in #631. In the meantime, you should be able to get around this with |
Thanks for pushing the new version @imjasonh. Seems to fixed the issues with install under go 1.18. |
I spoke too soon. I am getting this now using Error: failed to publish images: error building "ko://github.com/mchmarny/<repo>/cmd/app":
could not parse Go build info: line 43: expected 2 columns for build setting; got 1 Here is the CI command I'm using KO_DOCKER_REPO=gcr.io/<project>/<name> \
GOFLAGS="-ldflags=-X=main.version=v0.7.8" \
ko build ./cmd/app/ --image-refs ./image-digest --bare --tags v0.7.8,latest |
@imjasonh Thanks for releasing v0.11. My issue is fixed by v0.11. Please close this issue on your own time. |
There's actually a fix still needed, which will become v0.11.1 |
The text was updated successfully, but these errors were encountered: