aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-10-06 15:55:06 -0500
committerNiall Sheridan <nsheridan@gmail.com>2016-10-06 15:55:06 -0500
commit3c99b9496d04fe389b4b7779fe24fb0927f0347b (patch)
treed177544d45002230fd86548cca07a4e882d2900a /README.md
parentc5ba6d949d6f83a9e26ab6c132449ab5023f552b (diff)
Drop support for go 1.5
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5b5294a..e7a5c79 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.