Closed JanEricNitschke closed 1 year ago
When I try to build my project or the example _hi. project with go 1.20 and python 3.11 I am getting nthe above Error from the go build command.
go build
The issue was that CGO_ENABLED was set to 0.
CGO_ENABLED
When I try to build my project or the example _hi. project with go 1.20 and python 3.11 I am getting nthe above Error from the
go build
command.