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

readme: use go install instead of go get #1048

Merged
merged 2 commits into from
Oct 28, 2021

Conversation

kamaln7
Copy link
Contributor

@kamaln7 kamaln7 commented Oct 27, 2021

Using go get to install binaries is deprecated behavior, so this updates the README to use go install instead.

❯ go get github.com/digitalocean/doctl/cmd/doctl
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'.
Copy link
Member

@andrewsomething andrewsomething left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏

@andrewsomething andrewsomething merged commit bcd895c into digitalocean:main Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants