Skip to content

Commit 02e98c5

Browse files
authored
Add GO111MODULE=off to go get (#26)
1 parent baf178a commit 02e98c5

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
@@ -6,7 +6,7 @@ jobs:
66
- image: circleci/golang:1.11.5
77
steps:
88
- checkout
9-
- run: go get -u -v golang.org/x/lint/golint
9+
- run: GO111MODULE=off go get -u -v golang.org/x/lint/golint
1010
- run:
1111
name: Go Lint
1212
command: make lint-go

0 commit comments

Comments
 (0)