Skip to content

Commit ee73e84

Browse files
committed
Go lint doesn't work with go 1.5 anymore
I have removed it from the .travis.yml file (so now we only test on 1.6 and 1.7) and I removed it from circle CI
1 parent e538687 commit ee73e84

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ go:
66
# - 1.2 This won't work with our XML wonderfulness
77
# - 1.3 This won't work with golint
88
# - 1.4 This won't work with golint
9-
- 1.5
9+
# - 1.5 This won't work with golint
1010
- 1.6
1111
- 1.7
1212
# - tip

circle.yml

-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
dependencies:
2-
pre:
3-
- go get github.com/axw/gocov/gocov
4-
- go get github.com/mattn/goveralls
5-
- go get github.com/golang/lint
61
test:
72
override:
83
- diff -u <(echo -n) <(gofmt -s -d ./)
94
- diff -u <(echo -n) <(go vet ./...)
10-
- diff -u <(echo -n) <(golint ./...)
115
- go test -v -race ./...

0 commit comments

Comments
 (0)