Update to Go 1.12.2 and Go 1.11.7 - 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 3db4a1cf7ab12343ce5705ac56aa7ca6ea1677b6
DIR parent f34e6172cf2a4d1d1aef22304ecbc7c8e2d142ff
HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Sun, 7 Apr 2019 13:16:01 +0200
Update to Go 1.12.2 and Go 1.11.7
Fixes #5819
Diffstat:
M .circleci/config.yml | 2 +-
M .travis.yml | 6 +++---
2 files changed, 4 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.12-1
+ - image: bepsays/ci-goreleaser:1.12-2
environment:
CGO_ENABLED: "0"
DIR diff --git a/.travis.yml b/.travis.yml
@@ -1,14 +1,14 @@
language: go
sudo: false
-dist: trusty
+dist: xenial
env:
global:
- HUGO_BUILD_TAGS="extended"
git:
depth: false
go:
- - "1.11.6"
- - "1.12.1"
+ - "1.11.7"
+ - "1.12.2"
- tip
os:
- linux