Bumped required Go version to 1.8

pull/986/head^2
Jordan Wright 2018-03-26 21:13:11 -05:00
parent 2131c17c33
commit 535fbf487b
No known key found for this signature in database
GPG Key ID: 138D5AD2331B3C11
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ language: go
sudo: false
go:
- 1.7
- 1.8
- 1.9
- tip

View File

@ -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.5 or above!**
**If you are building from source, please note that Gophish requires Go v1.8 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.