hugo

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

git clone git://git.shimmy1996.com/hugo.git
commit 71b18a0786894893eafa01263a0915149ed303ec
parent 339ee37143ca5a6bb22bbc1b0468d785f450cfb7
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Wed,  9 Oct 2019 19:57:05 +0200

Update to Go 1.12.10 and 1.13.1

Fixes #6406

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-8
+      - image: bepsays/ci-goreleaser:1.13-1
   environment:
     CGO_ENABLED: "0"
 
diff --git a/.travis.yml b/.travis.yml
@@ -8,8 +8,8 @@ env:
 git:
   depth: false
 go:
-  - "1.12.9"
-  - "1.13"
+  - "1.12.10"
+  - "1.13.1"
   - tip
 os:
   - linux