From 67051e4fa46804ab9449614641016f0013967618 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Tue, 16 Jun 2020 12:06:38 -0700 Subject: [PATCH] changing go get go lint to not cause go mod vendoring collision --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fc1fa5f..85e4fc2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,9 +13,9 @@ pipeline: - wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/tor - wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/torrc - chmod a+x tor + - go get -u golang.org/x/lint/golint - export GO111MODULE=on - go mod vendor - - go get -u golang.org/x/lint/golint quality: image: golang when: