From b69080ce49d93916ce1618a8334aa4cbe7a033d9 Mon Sep 17 00:00:00 2001 From: comp500 Date: Wed, 30 Mar 2022 12:53:56 +0100 Subject: [PATCH] Update README to reflect go 1.18 update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9a06fa..c5d6b2e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Prebuilt binaries are available from [GitHub Actions](https://github.com/packwiz In future I will have a lot more installation options, but you can also compile from source: -1. Install Go (1.17 or newer) from https://golang.org/dl/ +1. Install Go (1.18 or newer) from https://golang.org/dl/ 2. Run `go install github.com/packwiz/packwiz@latest`. Be patient, it has to download and compile dependencies as well! ## Documentation