Make CoreDNS build on Go 1.7 (#919)
This commit is contained in:
parent
00f5c7797e
commit
1ab8b37e7e
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ services:
|
|||
|
||||
language: go
|
||||
go:
|
||||
- 1.7
|
||||
- 1.8
|
||||
|
||||
go_import_path: github.com/coredns/coredns
|
||||
|
|
|
@ -72,5 +72,5 @@ func (p *apiProxy) Run() {
|
|||
|
||||
func (p *apiProxy) Stop() {
|
||||
p.handler.Stop()
|
||||
p.Close()
|
||||
p.listener.Close()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue