Skip to content

Commit

Permalink
updated go requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxue committed Jul 3, 2017
1 parent 0e21bcb commit f5ce8b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: go

go:
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- 1.8
- tip

install:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ as well as DB-agnostic query building capabilities. ozzo-dbx is not an ORM. It h

## Requirements

Go 1.2 or above.
Go 1.5 or above.

## Installation

Expand Down

0 comments on commit f5ce8b9

Please sign in to comment.