Skip to content
This repository was archived by the owner on May 19, 2020. It is now read-only.

Commit 860b980

Browse files
committed
GO111MODULE="on"
1 parent 8801c84 commit 860b980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
parallelism: 4
1111
environment: # environment variables for the build itself
1212
- IN_CONTAINER: true
13-
- GO111MODULE: on
13+
- GO111MODULE: "on"
1414

1515
# directory where steps are run. Path must conform to the Go Workspace requirements
1616
working_directory: /go/src/github.com/microparts/configuration-golang

0 commit comments

Comments
 (0)