Update the Travis and CircleCI Go versions

This commit is contained in:
Michael Käufl 2018-08-28 21:53:37 +02:00
parent 6fd8e29b07
commit 144d7bc199
2 changed files with 4 additions and 4 deletions

View file

@ -26,11 +26,11 @@ version: 2
jobs: jobs:
go-current: go-current:
docker: docker:
- image: circleci/golang:1.10.0 - image: circleci/golang:1.11
<<: *base <<: *base
go-previous: go-previous:
docker: docker:
- image: circleci/golang:1.9.4 - image: circleci/golang:1.10
<<: *base <<: *base
go-latest: go-latest:
docker: docker:

View file

@ -2,8 +2,8 @@ language: go
matrix: matrix:
include: include:
- go: 1.9.4 - go: 1.10.x
- go: 1.10.0 - go: 1.11.x
- go: tip - go: tip
allow_failures: allow_failures:
- go: tip - go: tip