We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c439c4f commit a1f051bCopy full SHA for a1f051b
.circleci/config.yml
@@ -26,11 +26,11 @@ version: 2
26
jobs:
27
go-current:
28
docker:
29
- - image: circleci/golang:1.8.3
+ - image: circleci/golang:1.10.0
30
<<: *base
31
go-previous:
32
33
- - image: circleci/golang:1.7.6
+ - image: circleci/golang:1.9.4
34
35
go-latest:
36
.travis.yml
@@ -2,8 +2,8 @@ language: go
2
3
matrix:
4
include:
5
- - go: 1.7.6
6
- - go: 1.8.3
+ - go: 1.9.4
+ - go: 1.10.0
7
- go: tip
8
allow_failures:
9
0 commit comments