Skip to content

Commit

Permalink
Use vendoring
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Jun 4, 2019
1 parent caa9dce commit bcd8abb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
-
image: circleci/golang:1.12
environment:
GOFLAGS: -mod=readonly
GO111MODULE: "off"
GOFLAGS: -mod=vendor
GO111MODULE: "on"

steps:
- checkout
Expand All @@ -22,8 +22,8 @@ jobs:
-
image: circleci/golang:1.12
environment:
GOFLAGS: -mod=readonly
GO111MODULE: "off"
GOFLAGS: -mod=vendor
GO111MODULE: "on"

steps:
- checkout
Expand Down

0 comments on commit bcd8abb

Please sign in to comment.