URI: 
       Bump Go versions - 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 230f2b8c4fce03f14847de2b22402e64d4d69783
   DIR parent d7f47b780c18b1cfe364a0ab9bd48509ddd4a287
  HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Mon,  9 Apr 2018 11:01:01 +0200
       
       Bump Go versions
       
       Fixes #4545
       
       Diffstat:
         M .circleci/config.yml                |       2 +-
         M .travis.yml                         |       4 ++--
         M snapcraft.yaml                      |       2 +-
       
       3 files changed, 4 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/.circleci/config.yml b/.circleci/config.yml
       @@ -1,7 +1,7 @@
        defaults: &defaults
          working_directory: /go/src/github.com/gohugoio
          docker:
       -      - image: bepsays/ci-goreleaser:0.34.2-10
       +      - image: bepsays/ci-goreleaser:0.34.2-11
            
        version: 2
        jobs:
   DIR diff --git a/.travis.yml b/.travis.yml
       @@ -4,8 +4,8 @@ dist: trusty
        git:
          depth: false
        go:
       -  - 1.9.4
       -  - "1.10"
       +  - 1.9.5
       +  - "1.10.1"
          - tip
        os:
          - linux
   DIR diff --git a/snapcraft.yaml b/snapcraft.yaml
       @@ -43,4 +43,4 @@ parts:
              mv hugo-completion $SNAPCRAFT_PART_INSTALL/hugo-completion
            after: [go]
          go:
       -    source-tag: go1.10
       +    source-tag: go1.10.1