URI: 
       Update to Go 1.14.1 and 1.13.9 - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 1d91d8e14b13bd135dc4d4a901fc936c9649b219
   DIR parent 95f492114e33fc6e4d9dcfd2b7c1eca5c50d755f
  HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Fri, 20 Mar 2020 16:05:42 +0100
       
       Update to Go 1.14.1 and 1.13.9
       
       Fixes #7078
       
       Diffstat:
         M .circleci/config.yml                |       2 +-
         M .travis.yml                         |       5 ++---
       
       2 files changed, 3 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/.circleci/config.yml b/.circleci/config.yml
       @@ -1,6 +1,6 @@
        defaults: &defaults
          docker:
       -      - image: bepsays/ci-goreleaser:1.14-1
       +      - image: bepsays/ci-goreleaser:1.14.1-1
          environment:
            CGO_ENABLED: "0"
        
   DIR diff --git a/.travis.yml b/.travis.yml
       @@ -11,10 +11,9 @@ env:
        
        git:
          depth: false
       -
        go:
       -  - "1.13.8"
       -  - "1.14"
       +  - "1.13.9"
       +  - "1.14.1"
          - master
        
        arch: