hugo

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

git clone git://git.shimmy1996.com/hugo.git
commit b43130115d9e3888d94df9e6f5fc72eba662632f
parent 28501ceb93613729c5971105010dd3c22cfa0f7f
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Wed,  4 Sep 2019 00:54:41 +0200

Update to Go 1.13

Fixes #6304

Diffstat:
M.circleci/config.yml | 2+-
M.travis.yml | 2+-
Msnap/snapcraft.yaml | 2+-
3 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-7
+      - image: bepsays/ci-goreleaser:1.12-8
   environment:
     CGO_ENABLED: "0"
 
diff --git a/.travis.yml b/.travis.yml
@@ -8,8 +8,8 @@ env:
 git:
   depth: false
 go:
-  - "1.11.13"
   - "1.12.9"
+  - "1.13"
   - tip
 os:
   - linux
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
@@ -26,7 +26,7 @@ parts:
 
   hugo:
     plugin: nil
-    build-snaps: [go/1.12/stable]
+    build-snaps: [go/1.13/stable]
     source: .
     override-build: |
       set -ex