mirror of
https://github.com/coredns/coredns.git
synced 2025-09-22 14:12:05 +02:00
Make CoreDNS build on Go 1.7 (#919)
This commit is contained in:
parent
00f5c7797e
commit
1ab8b37e7e
@ -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…
x
Reference in New Issue
Block a user