hugo

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

git clone git://git.shimmy1996.com/hugo.git
commit 05d83b6c08089c20ca1d99bcd224188ed5d127d4
parent 4898fb3d64c856c5e0f324e0dfbf3b60da1d1d3a
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Tue,  3 Sep 2019 10:04:06 +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-7
   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