Update to Go 1.11.13 and 1.12.9 - hugo - [fork] hugo port for 9front
(HTM) git clone git@git.drkhsh.at/hugo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit 05d83b6c08089c20ca1d99bcd224188ed5d127d4
(DIR) parent 4898fb3d64c856c5e0f324e0dfbf3b60da1d1d3a
(HTM) Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Tue, 3 Sep 2019 10:04:06 +0200
Update to Go 1.11.13 and 1.12.9
Fixes #6228
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-5
+ - image: bepsays/ci-goreleaser:1.12-7
environment:
CGO_ENABLED: "0"
(DIR) diff --git a/.travis.yml b/.travis.yml
@@ -8,8 +8,8 @@ env:
git:
depth: false
go:
- - "1.11.10"
- - "1.12.5"
+ - "1.11.13"
+ - "1.12.9"
- tip
os:
- linux