Skip to content

Commit

Permalink
travis: bump go versions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Andrew Jeddeloh committed Aug 31, 2018
1 parent 23b4721 commit c9a7ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -5,8 +5,8 @@ language: go
go_import_path: github.com/coreos/ignition

go:
- 1.8
- 1.9
- "1.8"
- "1.11"

env:
matrix:
Expand Down

0 comments on commit c9a7ea7

Please sign in to comment.