Skip to content

Commit

Permalink
ci: Update travis go version from 1.10 to 1.11
Browse files Browse the repository at this point in the history
Update go version because golangci-lint v1.16.0 cannot work OK with go 1.10.

Fixes: kata-containers#527

Signed-off-by: Hui Zhu <teawater@hyper.sh>
  • Loading branch information
teawater committed Apr 9, 2019
1 parent 74639b7 commit 828b417
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 @@ -15,7 +15,7 @@ language: go
go_import_path: github.com/kata-containers/agent

go:
- "1.10.x"
- "1.11.x"

env:
- target_branch=$TRAVIS_BRANCH
Expand Down

0 comments on commit 828b417

Please sign in to comment.