move to a current version of Go (#19)
This commit is contained in:
committed by
GitHub
parent
4b934ac9da
commit
a218ec793f
@@ -5,7 +5,10 @@ language: go
|
||||
before_script:
|
||||
- go get -u github.com/golang/lint/golint
|
||||
|
||||
go: 1.6
|
||||
go:
|
||||
- 1.10.x
|
||||
- master
|
||||
|
||||
script:
|
||||
- test -z "$(gofmt -s -l . | tee /dev/stderr)"
|
||||
- test -z "$(golint ./... | tee /dev/stderr)"
|
||||
|
Reference in New Issue
Block a user