Fix go version

This commit is contained in:
Andrew Morgan 2019-01-29 18:47:24 +00:00
parent 544fff6a0f
commit d0a3393bc9
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
language: go language: go
go: go:
- 1.10 - 1.10.x
- 1.11 - 1.11.x
install: install:
- go get github.com/golang/lint/golint - go get github.com/golang/lint/golint
- go get github.com/fzipp/gocyclo - go get github.com/fzipp/gocyclo