hugo

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

git clone git://git.shimmy1996.com/hugo.git
commit 0792cfa9fae94a06a31e393a46fed3b1dd73b66a
parent b3f0674b80a32425aeb4412f318c720391bbf773
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Fri, 31 Jan 2020 13:22:29 +0100

Update to Go 1.13.7 and Go 1.12.16

Fixes #6830

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.13-4
+      - image: bepsays/ci-goreleaser:1.13.7-1
   environment:
     CGO_ENABLED: "0"
 
diff --git a/.travis.yml b/.travis.yml
@@ -13,8 +13,8 @@ git:
   depth: false
 
 go:
-  - "1.12.13"
-  - "1.13.4"
+  - "1.12.16"
+  - "1.13.7"
   - master
 
 arch: