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 0d16765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
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 0d16765

Please # to comment.