-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed as not planned
Labels
FrozenDueToAgeOS-WindowsWaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.Issue is not actionable because of missing required information, which needs to be provided.
Description
Go version
1.23
Output of go env in your module/workspace:
CGO_ENABLED=1
GOOS=windows
GOARCH=amd64
CC=x86_64-w64-mingw32-gccWhat did you do?
We did upgrade one of CLI to go 1.23 and we started to get this
Simple HTTP call to a service result every time with an dial tcp: lookup DNS on IP:53: server misbehaving
That service is working when using the browser or just a simple curl command.
What did you see happen?
dial tcp: lookup DNS on IP:53: server misbehaving
What did you expect to see?
I was expecting that this will do a normal http call has before and just return back the response from the backend.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeOS-WindowsWaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.Issue is not actionable because of missing required information, which needs to be provided.