Skip to content

Commit

Permalink
build(ci): use GO111MODULE=on when getting deps
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Sep 11, 2018
1 parent c81789b commit d542b61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ jobs:
docker:
- image: circleci/golang:1.11
working_directory: /go/src/moul.io/depviz
environment:
GO111MODULE: "on"
steps:
- checkout
- run: go get -v -t -d ./...
Expand Down

0 comments on commit d542b61

Please sign in to comment.