1.1 != 1.10
This commit is contained in:
parent
a9c5c39fc4
commit
1ad1dfb6ec
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue