use the correct toolchain "go" tool under GOTOOLCHAIN=auto
We call `go list` to collect information about all the packages to obfuscate and build, which is crucial to be able to perform obfuscation of names used across packages. However, when GOTOOLCHAIN causes a toolchain upgrade, we must ensure that we use the upgraded Go tool; otherwise we are mixing information from different toolchain versions. Fixes #934.pull/936/head
parent
1d10306a40
commit
f156f621b7
Loading…
Reference in New Issue