Skip to content

Commit 495ba44

Browse files
crazy-maxcorhere
authored andcommitted
ci: update circleci config to handle go mod
Signed-off-by: CrazyMax <[email protected]>
1 parent 2631121 commit 495ba44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
OS: linux
1313
ARCH: amd64
1414
GOVERSION: 1.17
15-
GO111MODULE: "off"
15+
GO111MODULE: "on"
1616
# Needed to install protoc
1717
PROTOC_VERSION: 3.6.1
1818

@@ -77,7 +77,6 @@ jobs:
7777
environment:
7878
# ensure GOPATH is set to single directory so the make target doesn't need to handle a column-separated list
7979
GOPATH: /home/circleci/.go_workspace
80-
GO111MODULE: "on"
8180
command: |
8281
git fetch origin
8382
if test -n "`git diff --stat=1000 origin/master | grep -E \"^[[:space:]]*vendor\"`"; then

0 commit comments

Comments
 (0)