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 in make setup instead of go get #48

Open
bsushmith opened this issue Jun 8, 2023 · 0 comments
Open

Use go install in make setup instead of go get #48

bsushmith opened this issue Jun 8, 2023 · 0 comments
Assignees

Comments

@bsushmith
Copy link
Collaborator

Summary
Use go install in make setup instead of go get.

https://tip.golang.org/doc/go1.16#modules

go install, with or without a version suffix (as described above), is now the recommended way to build and install packages in module mode. go get should be used with the -d flag to adjust the current module's dependencies without building packages, and use of go get to build and install packages is deprecated. In a future release, the -d flag will always be enabled.

@bsushmith bsushmith self-assigned this Jun 8, 2023
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

1 participant