From d0f32b62fd0812d70c5739afd6908f26571fc7c7 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 25 Apr 2018 16:17:54 +0100 Subject: [PATCH] Revert "build: Temporary workaround for golint being missing." This reverts commit be8bd89674ffc5fc5218d61f335f623029fa5d1e. --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 71bb0e3af..c2de58243 100644 --- a/Makefile +++ b/Makefile @@ -61,9 +61,7 @@ build_dep: ifdef FULL_TESTS go get -u github.com/kisielk/errcheck go get -u golang.org/x/tools/cmd/goimports - -#go get -u golang.org/x/lint/golint - -#temporary workaround for https://github.com/golang/lint/issues/397 - [ -d "$$GOPATH/src/golang.org/x/lint" ] || ( mkdir -p $$GOPATH/src/golang.org/x && git clone --depth 1 https://github.com/golang/lint.git $$GOPATH/src/golang.org/x/lint && go get -u github.com/golang/lint/golint ) + go get -u github.com/golang/lint/golint go get -u github.com/inconshreveable/mousetrap go get -u github.com/tools/godep endif