URI: 
       Update to Go 1.12.10 and 1.13.1 - 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 71b18a0786894893eafa01263a0915149ed303ec
   DIR parent 339ee37143ca5a6bb22bbc1b0468d785f450cfb7
  HTML 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(-)
       ---
   DIR 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"
        
   DIR 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