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

Use "go install" instead of "go get" in README.md #204

Merged
merged 1 commit into from Dec 22, 2021
Merged

Use "go install" instead of "go get" in README.md #204

merged 1 commit into from Dec 22, 2021

Conversation

eliasdaler
Copy link
Contributor

See: https://go.dev/doc/go-get-install-deprecation
It's available since Go 1.16 and if you run "go get", it recommends using "go install" instead.

See: https://go.dev/doc/go-get-install-deprecation
It's available since Go 1.16 and running "go get" recommends it in the future.
It the change is too new, maybe we can specify that "go get" should be used in older versions and "go install" in newer ones (since they allow you to specify a fixed version as well)
@dtcaciuc dtcaciuc merged commit b275da0 into kisielk:master Dec 22, 2021
@dtcaciuc
Copy link
Collaborator

Thank you!

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

Successfully merging this pull request may close these issues.

None yet

2 participants