From cfc0b64adbe1a879631b5076b325fc2f1d1bfcae Mon Sep 17 00:00:00 2001 From: Jayson Smith Date: Thu, 6 Feb 2020 09:37:24 -0700 Subject: [PATCH] Remove modules env var (moved to project config) --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b1f29be..4ebd876 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,8 +7,6 @@ executors: jobs: test: working_directory: /go/src/github.com/cucumber/godog - environment: - GO111MODULE: auto executor: go steps: - checkout