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 command deprecated starting go v1.17 #113

Open
ramisedhom opened this issue Sep 30, 2021 · 2 comments
Open

go get command deprecated starting go v1.17 #113

ramisedhom opened this issue Sep 30, 2021 · 2 comments

Comments

@ramisedhom
Copy link

Steps:

  1. Installed Go v1.17.1.
  2. Trying to install using documented command:
    go get -u github.com/radovskyb/watcher/...
  3. Got error:
go: downloading github.com/radovskyb/watcher v1.0.7
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'.
@WoisWoi
Copy link

WoisWoi commented Dec 18, 2021

I got the same problem, did you fix it ?

@cheddarwhizzy
Copy link

This worked for me (1.19)

go install github.com/radovskyb/watcher/...@latest

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

3 participants