Skip to content

Commit

Permalink
travis: bump golang version
Browse files Browse the repository at this point in the history
Update golang version from 1.8 to
1.10, which is the one used in runtime repo.

Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
  • Loading branch information
chavafg committed Aug 29, 2018
1 parent cdc68ec commit ed54087
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.8
- "1.10.x"

before_script:
- ".ci/static-checks.sh"
Expand Down

0 comments on commit ed54087

Please sign in to comment.