Skip to content

Commit

Permalink
Raised the minimum version of GO due to the problems of testing multi…
Browse files Browse the repository at this point in the history
…-packages
  • Loading branch information
liderman committed Mar 8, 2018
1 parent 3fb646c commit 05afe0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
sudo: false
language: go
go:
- 1.8.x
- 1.9.x
- 1.10.x
- tip

before_install:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Features
Requirements
------------

* Need at least `go1.8` or newer.
* Need at least `go1.10` or newer.

Documentation
-------------
Expand All @@ -70,7 +70,7 @@ Contributing
------------
* Fork
* Write code
* Run unit test: `go test -race -v ./...`
* Run unit test: `go test -v ./...`
* Run go vet: `go vet -v ./...`
* Run go fmt: `go fmt ./...`
* Commit changes
Expand Down

0 comments on commit 05afe0a

Please sign in to comment.