diff options
author | Bjørn Erik Pedersen <[email protected]> | 2018-04-09 11:01:01 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2018-04-09 11:01:01 +0200 |
commit | 230f2b8c4fce03f14847de2b22402e64d4d69783 (patch) | |
tree | 33a09dda812fe3cfb40b3b4669fee6fcb8f54962 /.travis.yml | |
parent | d7f47b780c18b1cfe364a0ab9bd48509ddd4a287 (diff) | |
download | hugo-230f2b8c4fce03f14847de2b22402e64d4d69783.tar.gz hugo-230f2b8c4fce03f14847de2b22402e64d4d69783.zip |
Bump Go versions
Fixes #4545
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index cd0d39c1c..b5328e33d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ dist: trusty git: depth: false go: - - 1.9.4 - - "1.10" + - 1.9.5 + - "1.10.1" - tip os: - linux |