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:
go-current:
docker:
- image: circleci/golang:1.10.0
- image: circleci/golang:1.11
<<: *base
go-previous:
docker:
- image: circleci/golang:1.9.4
- image: circleci/golang:1.10
<<: *base
go-latest:
docker:

View file

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