Skip to content

Commit 30d6ee1

Browse files
author
Andrew Jeddeloh
committed
travis: bump go versions
Bump from 1.8, 1.9 to 1.10.4, 1.11. Pin to specifically 1.10.4 since otherwise it implies 1.10.0 which has a go-vet bug which causes failures (see golang/go#24193). Pinning to 1.11.0 doesn't seem to work so leave that as just 1.11.
1 parent 23b4721 commit 30d6ee1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ language: go
55
go_import_path: github.com/coreos/ignition
66

77
go:
8-
- 1.8
9-
- 1.9
8+
- "1.8.7"
9+
- "1.10.4"
10+
- "1.11"
1011

1112
env:
1213
matrix:

0 commit comments

Comments
 (0)