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

'go get' in module mode is deprecated #4

Open
ladung opened this issue Aug 2, 2022 · 2 comments
Open

'go get' in module mode is deprecated #4

ladung opened this issue Aug 2, 2022 · 2 comments
Assignees

Comments

@ladung
Copy link

ladung commented Aug 2, 2022

╰─ make check
Error: No such object: k8s-guide-control-plane
Error: No such network: kind
Error: No such object: k8s-guide-control-plane
Error: No such network: kind
make[1]: *** [.mk/kind.mk:22: kind-test] Error 1
Error: No such object: k8s-guide-control-plane
Error: No such network: kind
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'.
Error: No such object: k8s-guide-control-plane
Error: No such network: kind
Error: No such object: k8s-guide-control-plane
Error: No such network: kind
Error: No such object: k8s-guide-control-plane
Error: No such network: kind
make[1]: *** [.mk/kind.mk:22: kind-test] Error 1
check failed. see logs above.

@networkop networkop self-assigned this Aug 3, 2022
@adrafiq
Copy link

adrafiq commented Jan 17, 2023

+1

@adrafiq
Copy link

adrafiq commented Jan 17, 2023

+1

Kind is dependency. Please add it to prerequisites.
https://kind.sigs.k8s.io/docs/user/quick-start/
That fixes the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants