Skip to content

Commit

Permalink
Go min version (gophish#1386)
Browse files Browse the repository at this point in the history
The `github.com/jinzhu/gorm` package uses `sync.Map` which requires go version 1.9
  • Loading branch information
Ne0nd0g authored and jordan-wright committed Mar 10, 2019
1 parent 1149302 commit 8b27d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8b27d85

Please sign in to comment.