aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-04-26 13:03:31 +0100
committerGravatar GitHub <noreply@github.com> 2018-04-26 13:03:31 +0100
commit3ce4fc8fe421c3ee73b92bc0235ad0a60ac326ab (patch)
tree060e5864abdbf0df7afea781c029090939be9632 /Makefile
parent270da8299525d3f3139f1b2395b366b8344ceec9 (diff)
downloadcoredns-3ce4fc8fe421c3ee73b92bc0235ad0a60ac326ab.tar.gz
coredns-3ce4fc8fe421c3ee73b92bc0235ad0a60ac326ab.tar.zst
coredns-3ce4fc8fe421c3ee73b92bc0235ad0a60ac326ab.zip
Do ' go vet' after we have fetch the repos (#1744)
Do ' go vet' after we have fetched the repos
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c52b7717..998b88d60 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ coredns: $(CHECKS)
CGO_ENABLED=0 $(SYSTEM) go build $(VERBOSE) -ldflags="-s -w -X github.com/coredns/coredns/coremain.GitCommit=$(GITCOMMIT)" -o $(BINARY)
.PHONY: check
-check: presubmit linter goimports core/zplugin.go core/dnsserver/zdirectives.go godeps
+check: presubmit goimports core/zplugin.go core/dnsserver/zdirectives.go godeps linter
.PHONY: test
test: check