mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
Update the Travis and CircleCI Go versions (#651)
This commit is contained in:
parent
c439c4fa09
commit
a1f051bc3e
2 changed files with 4 additions and 4 deletions
|
@ -26,11 +26,11 @@ version: 2
|
|||
jobs:
|
||||
go-current:
|
||||
docker:
|
||||
- image: circleci/golang:1.8.3
|
||||
- image: circleci/golang:1.10.0
|
||||
<<: *base
|
||||
go-previous:
|
||||
docker:
|
||||
- image: circleci/golang:1.7.6
|
||||
- image: circleci/golang:1.9.4
|
||||
<<: *base
|
||||
go-latest:
|
||||
docker:
|
||||
|
|
|
@ -2,8 +2,8 @@ language: go
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- go: 1.7.6
|
||||
- go: 1.8.3
|
||||
- go: 1.9.4
|
||||
- go: 1.10.0
|
||||
- go: tip
|
||||
allow_failures:
|
||||
- go: tip
|
||||
|
|
Loading…
Reference in a new issue