This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 0f6da46032b08e1ee189a675b72e456dfd3a842c Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Thu Jun 27 09:14:26 2019 +0200 chore(lint): set modules-download-mode --- .golangci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index a67fb8d..3be44c8 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,3 +1,5 @@ +run: + modules-download-mode: vendor linters-settings: lll: line-length: 170