We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2631121 commit 495ba44Copy full SHA for 495ba44
.circleci/config.yml
@@ -12,7 +12,7 @@ jobs:
12
OS: linux
13
ARCH: amd64
14
GOVERSION: 1.17
15
- GO111MODULE: "off"
+ GO111MODULE: "on"
16
# Needed to install protoc
17
PROTOC_VERSION: 3.6.1
18
@@ -77,7 +77,6 @@ jobs:
77
environment:
78
# ensure GOPATH is set to single directory so the make target doesn't need to handle a column-separated list
79
GOPATH: /home/circleci/.go_workspace
80
- GO111MODULE: "on"
81
command: |
82
git fetch origin
83
if test -n "`git diff --stat=1000 origin/master | grep -E \"^[[:space:]]*vendor\"`"; then
0 commit comments