Skip to content

Commit

Permalink
circleci: Update to Go 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Aug 28, 2018
1 parent 671ed11 commit 84aae45
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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 [email protected]:gohugoio/hugoDocs.git
cd hugo
mage vendor
mage check
- persist_to_workspace:
root: .
Expand Down

0 comments on commit 84aae45

Please sign in to comment.