Skip to content

Commit

Permalink
Fix build, GO111MODULE on
Browse files Browse the repository at this point in the history
  • Loading branch information
irfan committed Feb 6, 2019
1 parent 5a1b055 commit c97db61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- run:
name: Run tests
command: |
go mod verify
make
env GO111MODULE=on go mod verify
env GO111MODULE=on make
- run:
name: Docker Build
command: |
Expand Down

0 comments on commit c97db61

Please # to comment.