From 8dc83ce467e905bb441a78b7f53891b8b0476087 Mon Sep 17 00:00:00 2001 From: Kevin Coleman Date: Mon, 12 Sep 2022 17:42:10 -0700 Subject: [PATCH] Update readme for golang 1.18 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aeea963..565f320 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ __Minimum Go version:__ Go 1.6 Use [`go get`](https://golang.org/cmd/go/#hdr-Download_and_install_packages_and_dependencies) to install and update: ```sh -$ go get -u github.com/cweill/gotests/... +$ go install github.com/cweill/gotests/...@latest ``` ## Usage