Update to Go 1.10 (!) - 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 ff10c15a93632043f7a7f6551a30487c9ef58c50
DIR parent efd506314a187565201b66916c6617fe3cad7a72
HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Fri, 16 Feb 2018 23:29:51 +0100
Update to Go 1.10 (!)
See https://blog.golang.org/go1.10
Diffstat:
M .circleci/config.yml | 2 +-
M .travis.yml | 2 +-
M snapcraft.yaml | 2 +-
3 files changed, 3 insertions(+), 3 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-8
+ - image: bepsays/ci-goreleaser:0.34.2-9
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.7
- 1.9.4
+ - 1.10
- 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.4
+ source-tag: go1.10