github.com/goreleaser/goreleaser@v1.25.1/www/docs/limitations/cgo.md (about) 1 # CGO 2 3 Compiling with CGO is a bit trickier. 4 It won't work "out of the box" with or without GoReleaser: you have to set more 5 things up. 6 7 [This cookbook](/cookbooks/cgo-and-crosscompiling/) contains more information. 8 9 Tools like `xgo` are not natively supported, and we make no promises about 10 whether or how well they work within GoReleaser or not. 11