Add Go 1.8 to the testing matrix
And use the .x versions, so the latest versions of each Go release is used.
This commit is contained in:
+3
-2
@@ -1,7 +1,8 @@
|
|||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.6
|
- 1.6.x
|
||||||
- 1.7
|
- 1.7.x
|
||||||
|
- 1.8.x
|
||||||
- tip
|
- tip
|
||||||
install:
|
install:
|
||||||
- go get -t ./...
|
- go get -t ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user