Closed zeripath closed 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.
ln -s
build.sh
❤️
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 inbuild.sh
but this can be dropped as soon as 1.21 is released.