Commit 3ce4fc8f authored by Miek Gieben's avatar Miek Gieben Committed by GitHub

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

Do ' go vet' after we have fetched the repos
parent 270da829
...@@ -7,7 +7,7 @@ services: ...@@ -7,7 +7,7 @@ services:
language: go language: go
go: go:
- "1.10" - "1.10.x"
go_import_path: github.com/coredns/coredns go_import_path: github.com/coredns/coredns
......
...@@ -14,7 +14,7 @@ coredns: $(CHECKS) ...@@ -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) CGO_ENABLED=0 $(SYSTEM) go build $(VERBOSE) -ldflags="-s -w -X github.com/coredns/coredns/coremain.GitCommit=$(GITCOMMIT)" -o $(BINARY)
.PHONY: check .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 .PHONY: test
test: check test: check
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment