Closed deverton-godaddy closed 1 year ago
Name | Link |
---|---|
Latest commit | ded61cc455543bd22b79500205dd6c71d248bb1a |
Latest deploy log | https://app.netlify.com/sites/netreap/deploys/64c071d7f968860008d66c91 |
This also fixes Netreap on Rocky Linux 9 and I presume all other RHEL-9 based distros.
It looks like #21 supersedes this PR?
Ugh, realized I left review comments here instead of on #21. I'll copy them over to that one
Argh, sorry, looks like I stuffed up the branches for the PR. Let me close this one in favor of #21
As part of the Go 1.20 release it seems like the default for
CGO_ENABLED
is no longer carried over from the tools. This leads to linking issues on systems that use different versions of glibc from what the base image uses. See https://github.com/golang/go/issues/58550 for more details.This change should fix #16