Skip to content

Commit

Permalink
Merge pull request #45 from banzaicloud/fix-release
Browse files Browse the repository at this point in the history
Fix GO111MODULE value in .circle.yml
  • Loading branch information
sagikazarmark authored Apr 12, 2019
2 parents 957b0fb + 724d559 commit fa27a1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ jobs:
image: circleci/golang:1.12
environment:
GOFLAGS: -mod=readonly
GO111MODULE: on

# Required for packr
GO111MODULE: "on"

steps:
- checkout
Expand Down Expand Up @@ -164,7 +166,7 @@ jobs:

workflows:
version: 2
build:
ci:
jobs:
-
build:
Expand Down

0 comments on commit fa27a1a

Please sign in to comment.