From 8b27d852d8031d6f8e797023662f9a629198679a Mon Sep 17 00:00:00 2001 From: Russel Van Tuyl Date: Sun, 10 Mar 2019 16:52:47 -0400 Subject: [PATCH] Go min version (#1386) The `github.com/jinzhu/gorm` package uses `sync.Map` which requires go version 1.9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8cd22bc..a1575dc1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Gophish: Open-Source Phishing Toolkit Installation of Gophish is dead-simple - just download and extract the zip containing the [release for your system](https://github.com/gophish/gophish/releases/), and run the binary. Gophish has binary releases for Windows, Mac, and Linux platforms. ### Building From Source -**If you are building from source, please note that Gophish requires Go v1.8 or above!** +**If you are building from source, please note that Gophish requires Go v1.9 or above!** To build Gophish from source, simply run ```go get github.com/gophish/gophish``` and ```cd``` into the project source directory. Then, run ```go build```. After this, you should have a binary called ```gophish``` in the current directory.