Do ' go vet' after we have fetch the repos (#1744)

Do ' go vet' after we have fetched the repos
This commit is contained in:
Miek Gieben 2018-04-26 13:03:31 +01:00 committed by GitHub
parent 270da82995
commit 3ce4fc8fe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ services:
language: go
go:
- "1.10"
- "1.10.x"
go_import_path: github.com/coredns/coredns

View file

@ -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