Skip to content

Commit 4fa8454

Browse files
author
Mauricio Klein
committed
Remove support to 1.6 due Golint (golang/lint#400)
1 parent 5989203 commit 4fa8454

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ notifications:
55
email: false
66

77
go:
8-
- "1.6"
98
- "1.7"
109
- "1.8"
1110
- "1.9"
@@ -16,7 +15,7 @@ install:
1615

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Provides an easy and convenient way of chaining function calls in Golang, with s
1010

1111
## Requirements
1212

13-
- Go 1.6 or later
13+
- Go 1.7 or later
1414

1515
## Installation
1616

0 commit comments

Comments
 (0)