In a repo with go 1.27.0 in go.mod, the Analyze (Go) task fails because under GOTOOLCHAIN=local, Go can not dynamically switch its toolchain. Recommend to run with GOTOOLCHAIN=auto to let Go switch.
Example failure from this run:
[2026-08-20 08:27:16] [build-stderr] 2026/08/20 08:27:16 Error running go tooling: err: exit status 1: stderr: go: go.mod requires go >= 1.27 (running go 1.26.6; GOTOOLCHAIN=local)
In a repo with
go 1.27.0ingo.mod, theAnalyze (Go)task fails because underGOTOOLCHAIN=local, Go can not dynamically switch its toolchain. Recommend to run withGOTOOLCHAIN=autoto let Go switch.Example failure from this run: