diff options
| author | Joseph Richey <joerichey@google.com> | 2017-10-03 05:55:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-03 05:55:15 -0700 |
| commit | a53b68fb7bf3b0cf6bbdd837d293b7a285bbb904 (patch) | |
| tree | 2851a2910200555ed4ad6f9eebd66ee67691d09e | |
| parent | 69536976b76d77818605a953fea8ee2c8234d5b7 (diff) | |
| parent | ce666dfbbc580a606ccb56472deb5b541d81926a (diff) | |
Merge pull request #68 from dvrkps/patch-1
travis: update go version
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 54215e9..9fdabc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go sudo: required go: - - 1.8.x + - 1.9.x dist: trusty addons: |