diff options
author | Bjørn Erik Pedersen <[email protected]> | 2019-03-07 10:26:26 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2019-03-07 10:26:26 +0100 |
commit | b9e75afd6c007a6af8b71caeebc4a5a24c270861 (patch) | |
tree | b5681c6386c96aaf4aa0b78f4f937449d9801efc /.travis.yml | |
parent | dfc72d61a522f5cb926271d9391a8670f064d198 (diff) | |
download | hugo-b9e75afd6c007a6af8b71caeebc4a5a24c270861.tar.gz hugo-b9e75afd6c007a6af8b71caeebc4a5a24c270861.zip |
Update to Go 1.12
Fixes #5716
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1686cb5a4..be58090d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ git: depth: false go: - "1.11.5" + - "1.12" - tip os: - linux |