From a405bf70a955aeea6ab5dca0714a1e7973b3cd7b Mon Sep 17 00:00:00 2001 From: EJ Etherington Date: Tue, 27 Jun 2023 08:56:48 -0700 Subject: [PATCH] Update quickstart.md (#228) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `go get` is no longer supported outside of a module. ``` ▶ go get github.com/fairwindsops/nova 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'. ✗ go install github.com/fairwindsops/nova go: 'go install' requires a version when current directory is not in a module Try 'go install github.com/fairwindsops/nova@latest' to install the latest version ``` --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index c5279bc..6e40346 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -8,7 +8,7 @@ meta: Install the golang binary and run it against your cluster. ``` -$ go get github.com/fairwindsops/nova +$ go install github.com/fairwindsops/nova@latest $ nova find Release Name Installed Latest Old Deprecated