ratel icon indicating copy to clipboard operation
ratel copied to clipboard

Change outdated command in INSTRUCTIONS.md

Open mbledkowski opened this issue 2 years ago • 1 comments

Hello,

Since Go 1.16 go get for global installs is no longer supported:

$ go get -u github.com/dgraph-io/ratel                                                                                                                                                                                                                                                                                                                           
go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.

Nowadays, you should use go install for global installs.

Best regards, Maciej Błędkowski

mbledkowski avatar Dec 02 '23 20:12 mbledkowski

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Dec 02 '23 20:12 CLAassistant

This PR has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.

github-actions[bot] avatar Jul 11 '24 01:07 github-actions[bot]