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
|
||||
go:
|
||||
- 1.6
|
||||
- 1.7
|
||||
- 1.6.x
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- tip
|
||||
install:
|
||||
- go get -t ./...
|
||||
|
||||
Reference in New Issue
Block a user