Skip to content

Commit

Permalink
Remove support to 1.6 due Golint (golang/lint#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Klein committed May 6, 2018
1 parent 5989203 commit 4fa8454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ notifications:
email: false

go:
- "1.6"
- "1.7"
- "1.8"
- "1.9"
Expand All @@ -16,7 +15,7 @@ install:

before_script:
- GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/) # All the .go files, excluding vendor/
- go get github.com/golang/lint/golint # Install golint
- go get golang.org/x/lint/golint # Install golint
- go get honnef.co/go/tools/cmd/megacheck # Install megacheck
- go get github.com/fzipp/gocyclo # Install gocycle

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Provides an easy and convenient way of chaining function calls in Golang, with s

## Requirements

- Go 1.6 or later
- Go 1.7 or later

## Installation

Expand Down

0 comments on commit 4fa8454

Please sign in to comment.