circleci: Update to Go 1.11 - 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 6b9934a26615ea614b1774770532cae9762a58d3
DIR parent c7f057797ca7bfc781d5a2bbf181bb52360f160f
HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Tue, 28 Aug 2018 11:06:43 +0200
circleci: Update to Go 1.11
See #5115
Diffstat:
M .circleci/config.yml | 5 ++---
1 file changed, 2 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.79.0-2
+ - image: bepsays/ci-goreleaser:1.11-1
version: 2
jobs:
@@ -12,10 +12,9 @@ jobs:
path: hugo
- run:
command: |
- go get -d github.com/magefile/mage/...
+ env GO111MODULE=on go get github.com/magefile/mage
git clone git@github.com:gohugoio/hugoDocs.git
cd hugo
- mage vendor
mage check
- persist_to_workspace:
root: .