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

Commit ae8987e

Browse files
committed
enable GO111MODULE in GOPATH
1 parent 39246c2 commit ae8987e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010

1111
environment: # environment variables for the build itself
1212
- IN_CONTAINER: true
13+
- GO111MODULE: on
1314
- GOCACHE: /tmp/go/cache
1415
- TEST_RESULTS: /tmp/test-results # path to where test results will be saved
1516

0 commit comments

Comments
 (0)