Skip to content

Commit

Permalink
Drop support for go 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheridan committed Oct 6, 2016
1 parent c5ba6d9 commit 3c99b94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3c99b94

Please sign in to comment.