Skip to content

Commit

Permalink
Update the Travis and CircleCI Go versions (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k authored and eparis committed Mar 21, 2018
1 parent c439c4f commit a1f051b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1f051b

Please sign in to comment.