move to a current version of Go (#19)

This commit is contained in:
Christopher Boumenot
2018-08-09 11:12:27 -07:00
committed by GitHub
parent 4b934ac9da
commit a218ec793f

View File

@@ -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)"