Patch default GOTOOLCHAIN to be =path instead of =auto (Closes: #1040507)
Merge request reports
Activity
added 1 commit
- 0fd26a45 - Patch default GOTOOLCHAIN to be =path instead of =auto (Closes: #1040507)
Please register or sign in to reply
added 1 commit
Tested and verified that this does apply correctly, and is overridden by the environment variable correctly:
$ /usr/lib/go-1.21/bin/go env GOTOOLCHAIN
path
$ GOTOOLCHAIN=auto /usr/lib/go-1.21/bin/go env GOTOOLCHAIN
auto