Skip to content

Commit

Permalink
Merge pull request kubernetes#188 from andyxning/support_go_1.10_in_t…
Browse files Browse the repository at this point in the history
…ravis_ci

support go 1.10 in travis ci
  • Loading branch information
k8s-ci-robot committed Aug 20, 2018
2 parents 2ad4475 + 6160653 commit 6c1026a
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 @@ -4,8 +4,8 @@ sudo: required
dist: trusty
language: go
go:
- 1.8
- 1.9
- "1.10"
services:
- docker
before_install:
Expand Down

0 comments on commit 6c1026a

Please sign in to comment.