Skip to content

go get command deprecated starting go v1.17 #113

Description

@ramisedhom

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions