From 3c99b9496d04fe389b4b7779fe24fb0927f0347b Mon Sep 17 00:00:00 2001
From: Niall Sheridan <nsheridan@gmail.com>
Date: Thu, 6 Oct 2016 15:55:06 -0500
Subject: [PATCH] Drop support for go 1.5

---
 .travis.yml | 1 -
 README.md   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 05cff4c8..0567d0be 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,6 @@ env:
   - GO15VENDOREXPERIMENT=1 MYSQL_TEST_CONFIG="mysql:user:passwd:localhost" MONGO_TEST_CONFIG="mongo:user:passwd:localhost"
 
 go:
-  - 1.5.4
   - 1.6.3
   - 1.7
   - tip
diff --git a/README.md b/README.md
index 5b5294ae..e7a5c79f 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ docker run -it --rm -p 10000:10000 --name cashier -v $(pwd):/cashier nsheridan/c
 
 # Requirements
 ## Server
-Go 1.5 (with `GO15VENDOREXPERIMENT` set) or later. May work with earlier versions.
+Go 1.6 or later. May work with earlier versions but not tested.
 
 ## Client
 OpenSSH 5.6 or newer.  
-- 
GitLab