mirror of
https://github.com/coredns/coredns.git
synced 2025-10-12 16:01:33 +02:00
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
@ -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
|
||||||
|
|
||||||
|
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)
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user