microsoft / go

The Microsoft build of the Go toolset
BSD 3-Clause "New" or "Revised" License
250 stars 20 forks source link

Disable GOTOOLCHAIN #1213

Open qmuntal opened 2 months ago

qmuntal commented 2 months ago

We currently set the default GOTOOLCHAIN value to local (here) in order to avoid unintentionally switch to the upstream toolchain.

This has been proven to not be enough, see #1208. We should disable the automatic toolchain upgrade functionality until we support upgrading to our own toolchains.