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: installing executables with 'go get' in module mode is deprecated. #10

Open
SandMouse opened this issue Jan 18, 2022 · 2 comments

Comments

@SandMouse
Copy link

While running step 7 of your instructions: sudo ./setup_cfssl.sh I encounter:

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'.
@Paper-Dragon
Copy link

You mast install low version go execute, I having install go's version is 1.16

@Felix273
Copy link

Felix273 commented May 2, 2024

Replace the go get commands with

go install bitbucket.org/liamstask/goose/cmd/goose@latest
go install github.com/cloudflare/cfssl/cmd/cfssl@latest

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