-
Notifications
You must be signed in to change notification settings - Fork 404
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
Deprecate installing ko from ./cmd/ko #258
Comments
I think this can be closed now that is #257 in on |
Can we also instead recommend installing from released binaries, instead of using Some user reports indicate this approach might lead to friction, since users should run the command outside of a directory that's part of a Go module, and might be broken by case-sensitivity bugs if some packages had previously been fetched on the user's machine. Installing from prebuilt released binaries should be the default. |
I think this is why @n3wscott filed #288 Installing with go is broken such that you don't pick up the latest release, AFAICT. |
Is there no issue to install the cmd version? I thought the casing issue is not related to where the exe is but a bad actor on the other lib |
Jason's comment is unrelated to ./ko vs ./ko/cmd/ko AFAICT. Our releases are fine, but you can't install the latest release via |
This issue is stale because it has been open for 90 days with no |
As one of
ko
's biggest fans, it pains me to see people fail to installko
by trying:Because this repo is not likely to have more than one executable, let's move the binary to the root to make the logical install line above work as expected.
The text was updated successfully, but these errors were encountered: