Skip to content

Commit a1f051b

Browse files
michael-keparis
authored andcommitted
Update the Travis and CircleCI Go versions (spf13#651)
1 parent c439c4f commit a1f051b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ version: 2
2626
jobs:
2727
go-current:
2828
docker:
29-
- image: circleci/golang:1.8.3
29+
- image: circleci/golang:1.10.0
3030
<<: *base
3131
go-previous:
3232
docker:
33-
- image: circleci/golang:1.7.6
33+
- image: circleci/golang:1.9.4
3434
<<: *base
3535
go-latest:
3636
docker:

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: go
22

33
matrix:
44
include:
5-
- go: 1.7.6
6-
- go: 1.8.3
5+
- go: 1.9.4
6+
- go: 1.10.0
77
- go: tip
88
allow_failures:
99
- go: tip

0 commit comments

Comments
 (0)