goreleaser / goreleaser-cross

Docker image for Golang cross-compiling with CGO
MIT License
134 stars 23 forks source link

How to use modern mingw32-gcc compiler for Windows? #61

Closed ghost closed 4 months ago

ghost commented 6 months ago

Hello,

I would like to know if there is any method to use modern version of mingw32-gcc compiler for windows.

Currently the dependency requires modern gcc version to be used https://pkg.go.dev/github.com/torquem-ch/mdbx-go#section-readme, and I think the goreleaser image ships an old gcc version for windows builds.