mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
Make CoreDNS build on Go 1.7 (#919)
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user