Skip to content

Commit

Permalink
Fix travis to use Go 1.10 instead of 1.1
Browse files Browse the repository at this point in the history
Workaround mentioned in: travis-ci/travis-ci#9247
  • Loading branch information
Vladimir Smirnov committed Mar 15, 2018
1 parent 0da8913 commit e903bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ matrix:
env:
- BUILD_PACKAGES=true
- go: 1.9.x
- go: 1.10
- go: 1.10.x
- go: master

0 comments on commit e903bd6

Please sign in to comment.