techknowlogick / xgo

Go CGO cross compiler
MIT License
478 stars 79 forks source link

Golang 1.20.0, 1.19.5 #196

Closed zeripath closed 1 year ago

zeripath commented 1 year ago

Replace #195

Golang has changed the way it expects the std library to work and no longer requires bootstrapping. Thus we can stop bootstrapping for 1.20+.

I have left the ln -s in place in build.sh but this can be dropped as soon as 1.21 is released.

techknowlogick commented 1 year ago

❤️