1env GOTOOLCHAIN=local 2! go list . 3stderr 'go: go.mod requires go >= 1.999' 4 5 6-- go.mod -- 7module example.com 8 9go 1.999 10 11anewblock foo
View as plain text