You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume this is related to the changes mentioned here: https://tip.golang.org/doc/go1.20#cgo -- and that the libresolv library isn't bundled with Go anymore.
I have not found any workaround other than building with the -extldflags "-static" flag.
We currently build with:
CGO_ENABLED=1 go build -buildmode exe -tags extended