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 install on golang 1.17.8 #42

Open
dotCipher opened this issue Mar 31, 2022 · 1 comment
Open

Deprecated install on golang 1.17.8 #42

dotCipher opened this issue Mar 31, 2022 · 1 comment

Comments

@dotCipher
Copy link

with go version of go1.17.8 darwin/amd64 I get the following deprecation warning when running:

go get -u github.com/rakyll/gotest

go get: installing executables with 'go get' in module mode is deprecated.
	To adjust and download dependencies of the current module, use 'go get -d'.
	To install using requirements of the current module, use 'go install'.
	To install ignoring the current module, use 'go install' with a version,
	like 'go install example.com/cmd@latest'.
	For more information, see https://golang.org/doc/go-get-install-deprecation
	or run 'go help get' or 'go help install'.

What's the suggested method of install?

@dotCipher dotCipher changed the title Documentation for install is deprecated on golang 1.17.8 Deprecated install on golang 1.17.8 Mar 31, 2022
@subtlepseudonym
Copy link
Contributor

This issue should be solved by #40, which updates the readme to specify that go install ... should be used.

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

2 participants