-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS DNS issues with Go <1.20 #852
Comments
Bumping this thread to know when there will be a release with Go version 1.20 version |
This will probably happen either this week or the next. |
@GGabriele I can see there is a tag for v1.20.0 but there is not release for it (https://github.com/Kong/deck/releases). Any plans to have the tag released this week or next? |
This appears resolved in v1.21.0 and works as expected with Thank you! |
The enterprise environment (macOS + Cisco VPN + internal DNS) I work in has issues with various tools that rely on golang's native http-client (
deck
,kubectl
,terraform
, etc) where the DNS resolution is handled improperly when cross compiling for macOS. This has since been corrected by golang in version 1.20.Does this project have a timeline to update from golang 1.18 to 1.20?
Quick disclaimer: I'm not a golang developer so some details above might be slightly off. As far as I know, this has been a wider community issue so I've included more detailed writeups below.
The text was updated successfully, but these errors were encountered: