Skip to content

Commit

Permalink
Support Go version 1.10 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer committed Dec 7, 2018
1 parent 343873b commit 41626b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: go

go:
- "1.9"
- "1.10"
- "1.11"
- "master"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ It also provides case conversion library not only command line tool.

### Using go get

> Go version 1.10 or higher is required.
```
go get github.com/mingrammer/casec/...
```
Expand Down

0 comments on commit 41626b7

Please sign in to comment.