Skip to content

go get command deprecated starting go v1.17 #113

Open
@ramisedhom

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

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