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
1 changed files with 3 additions and 3 deletions

View File

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