Skip to content

Commit

Permalink
Remove GODEBUG env var
Browse files Browse the repository at this point in the history
It's not needed anymore, tests pass without forcing the Go resolver.
  • Loading branch information
Ivan Mirić committed Sep 29, 2020
1 parent 1d9cf2e commit 7cb3e5e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ on:
env:
APP_NAME: "k6"
DOCKER_IMAGE_ID: ${{ github.repository }}
# Force pure Go DNS resolver, see https://golang.org/pkg/net/#hdr-Name_Resolution
# Needed for some of our tests (TestErrorCodes).
GODEBUG: netdns=go+1

jobs:
deps:
Expand Down

0 comments on commit 7cb3e5e

Please sign in to comment.