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 install should be used instead of go get to install binaries #42

Open
jayesh-srivastava opened this issue May 17, 2022 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@jayesh-srivastava
Copy link
Member

From 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.

Ref. - (https://go.dev/doc/go-get-install-deprecation)

We should stop using go get to install hack/tools and instead rely on go install.

@jayesh-srivastava jayesh-srivastava added the enhancement New feature or request label May 17, 2022
@jayesh-srivastava jayesh-srivastava self-assigned this May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant