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 get: installing executables with 'go get' in module mode is deprecated #98

Closed
vit1251 opened this issue Jan 12, 2022 · 2 comments · Fixed by #111
Closed

go get: installing executables with 'go get' in module mode is deprecated #98

vit1251 opened this issue Jan 12, 2022 · 2 comments · Fixed by #111

Comments

@vit1251
Copy link

vit1251 commented Jan 12, 2022

Use section compile from source in docs/BUILDING.md execute go get receive next output:

$ go get github.com/github/git-sizer
go: downloading github.com/github/git-sizer v1.5.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/cli/safeexec v1.0.0
go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
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'.

Use go version 1.17.1

@adam-azarchs
Copy link

This is a documentation issue. It should be go install github.com/github/git-sizer@latest

@vit1251
Copy link
Author

vit1251 commented Dec 27, 2023

Thanks.

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 a pull request may close this issue.

2 participants