Skip to content

Commit c9a7ea7

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 c9a7ea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

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

77
go:
8-
- 1.8
9-
- 1.9
8+
- "1.8"
9+
- "1.11"
1010

1111
env:
1212
matrix:

0 commit comments

Comments
 (0)