From 535fbf487b7f002847376c67346cd3f89d4971d7 Mon Sep 17 00:00:00 2001 From: Jordan Wright Date: Mon, 26 Mar 2018 21:13:11 -0500 Subject: [PATCH] Bumped required Go version to 1.8 --- .travis.yml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b9301ac0..c79c5179 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: go sudo: false go: - - 1.7 - 1.8 - 1.9 - tip diff --git a/README.md b/README.md index 17b1ec3a..d8cd22bc 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.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.