Update to Go 1.9.3 - 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 a91aba1c1562259dffd321a608f38c38dd4d5aeb
DIR parent 6413559f7575e2653d76227a8037a7edbaae82aa
HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Fri, 26 Jan 2018 17:06:05 +0100
Update to Go 1.9.3
Fixes #4328
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-6
+ - image: bepsays/ci-goreleaser:0.34.2-7
version: 2
jobs:
DIR diff --git a/.travis.yml b/.travis.yml
@@ -2,8 +2,8 @@ language: go
sudo: required
dist: precise
go:
- - 1.8.5
- - 1.9.2
+ - 1.8.6
+ - 1.9.3
- tip
os:
- linux
DIR diff --git a/snapcraft.yaml b/snapcraft.yaml
@@ -36,4 +36,4 @@ parts:
strip --remove-section=.comment --remove-section=.note $SNAPCRAFT_PART_INSTALL/bin/hugo
after: [go]
go:
- source-tag: go1.9.2
+ source-tag: go1.9.3