From 9d3efde2a82163d120b76a264a880b5ed3d6f989 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Wed, 30 Oct 2019 14:10:11 +0100 Subject: [PATCH] Investigate the resolver issue --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index feb85676eb..9db482a01f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,7 +47,7 @@ jobs: dist: xenial go: 1.13.x script: - - export GODEBUG=netdns=go+1 + - export GODEBUG=netdns=cgo - go run build/ci.go install - go run build/ci.go test -coverage $TEST_PACKAGES