Do ' go vet' after we have fetch the repos (#1744)
Do ' go vet' after we have fetched the repos
This commit is contained in:
parent
270da82995
commit
3ce4fc8fe4
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ services:
|
|||
|
||||
language: go
|
||||
go:
|
||||
- "1.10"
|
||||
- "1.10.x"
|
||||
|
||||
go_import_path: github.com/coredns/coredns
|
||||
|
||||
|
|
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue