run CI against go 1.12

This commit is contained in:
Richard van der Hoff 2019-06-18 15:19:17 +01:00
parent 93419b0c18
commit 26e92327ca
1 changed files with 1 additions and 0 deletions

View File

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