diff options
author | Bjørn Erik Pedersen <[email protected]> | 2018-12-19 10:06:57 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2018-12-19 11:48:17 +0100 |
commit | bb9c2988f871ca5fe6af9c8e207ec852c631c3b3 (patch) | |
tree | f11c482c15495227b3e711bc1960b94c074598da /.travis.yml | |
parent | c04030b14ccff59ab5eea9f9a06e5d5e3877a8cc (diff) | |
download | hugo-bb9c2988f871ca5fe6af9c8e207ec852c631c3b3.tar.gz hugo-bb9c2988f871ca5fe6af9c8e207ec852c631c3b3.zip |
Update to Go 1.11.4
Fixes #5524
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fd5c281fd..4ae9199d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ env: git: depth: false go: - - 1.11 + - "1.11.4" - tip os: - linux |