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

Deprecation of 'go get' for installing executables #93

Merged
merged 3 commits into from
Jan 22, 2024
Merged

Conversation

KLCrow
Copy link
Contributor

@KLCrow KLCrow commented Feb 24, 2023

Starting in Go 1.17, installing executables with go get is deprecated. go install may be used instead.
In Go 1.18, go get will no longer build packages; it will only be used to add, update, or remove dependencies in go.mod. Specifically, go get will always act as if the -d flag were enabled.
https://go.dev/doc/go-get-install-deprecation

@nnarh nnarh merged commit 158668b into master Jan 22, 2024
@nnarh nnarh deleted the new_installation branch January 22, 2024 19:13
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.

4 participants