spenpal commented on issue #8584: URL: https://github.com/apache/incubator-devlake/issues/8584#issuecomment-3352619169
Adding to this: Trying to run `make go-dev-tools` on the `backend/` folder is throwing an error is saying it needs >=Golang 1.24 to install. Another Go version inconsistency. ```bash make go-dev-tools # go install github.com/atombender/go-jsonschema/cmd/gojsonschema@latest go install golang.org/x/tools/cmd/goimports@latest go: golang.org/x/tools/cmd/goimports@latest: golang.org/x/[email protected] requires go >= 1.24.0 (running go 1.22.12; GOTOOLCHAIN=local) make: *** [Makefile:36: go-dev-tools] Error 1 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
