Skip to content
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

Deprecated installation instructions #47

Open
achille-roussel opened this issue Oct 12, 2021 · 0 comments
Open

Deprecated installation instructions #47

achille-roussel opened this issue Oct 12, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@achille-roussel
Copy link

The installation instructions use go get, which is a deprecated model for install Go programs:

go get: installing executables with 'go get' in module mode is deprecated.
	Use 'go install pkg@version' instead.
	For more information, see https://golang.org/doc/go-get-install-deprecation
	or run 'go help get' or 'go help install'.

However, using go install does not seem to work either due to the "replace" directive in go.mod:

$ go install github.com/segmentio/kubeapply/cmd/kubeapply@latest
go install: github.com/segmentio/kubeapply/cmd/kubeapply@latest (in github.com/segmentio/[email protected]):
	The go.mod file for the module providing named packages contains one or
	more replace directives. It must not contain directives that would cause
	it to be interpreted differently than if it were the main module.
@achille-roussel achille-roussel added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant