Investigate the resolver issue

This commit is contained in:
Guillaume Ballet 2019-10-30 14:10:11 +01:00
parent 7726f53361
commit 9d3efde2a8

View file

@ -47,7 +47,7 @@ jobs:
dist: xenial dist: xenial
go: 1.13.x go: 1.13.x
script: script:
- export GODEBUG=netdns=go+1 - export GODEBUG=netdns=cgo
- go run build/ci.go install - go run build/ci.go install
- go run build/ci.go test -coverage $TEST_PACKAGES - go run build/ci.go test -coverage $TEST_PACKAGES