Kong / deck

decK: Configuration management and drift detection for Kong

Home Page:https://docs.konghq.com/deck/overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macOS DNS issues with Go <1.20

pdelre opened this issue · comments

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.

Hi @pdelre ,

I just opened a PR to bump Go to 1.20: #898

commented

Bumping this thread to know when there will be a release with Go version 1.20 version

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.

commented

@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 decK v1.23.0 (69aa892).

Thank you!