1.1 != 1.10

This commit is contained in:
Richard van der Hoff 2019-06-18 10:17:55 +01:00
parent a9c5c39fc4
commit 1ad1dfb6ec

View file

@ -1,8 +1,8 @@
language: go language: go
go: go:
- 1.9 - "1.9"
- 1.10 - "1.10"
- 1.11 - "1.11"
install: install:
- go get github.com/constabulary/gb/... - go get github.com/constabulary/gb/...
- go get github.com/golang/lint/golint - go get github.com/golang/lint/golint