hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit f28efd35820dc4909832c14dfd8ea6812ecead31
parent 36d749f4ea2adb0fdcad2c411f3ca97c7a165e04
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Fri, 16 Aug 2019 10:46:34 +0200

Update to Go 1.11.13 and 1.12.9

Fixes #6228

Diffstat:
M.circleci/config.yml | 2+-
M.travis.yml | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
@@ -1,6 +1,6 @@
 defaults: &defaults
   docker:
-      - image: bepsays/ci-goreleaser:1.12-5
+      - image: bepsays/ci-goreleaser:1.12-6
   environment:
     CGO_ENABLED: "0"
 
diff --git a/.travis.yml b/.travis.yml
@@ -8,8 +8,8 @@ env:
 git:
   depth: false
 go:
-  - "1.11.10"
-  - "1.12.5"
+  - "1.11.13"
+  - "1.12.9"
   - tip
 os:
   - linux