spenpal commented on PR #8599: URL: https://github.com/apache/incubator-devlake/pull/8599#issuecomment-3402375311
Sorry for the late reply. @klesh Is `make go-dev-tools` required for contributing to Apache Devlake? Because it requires **Go 1.24**. ``` make go-dev-tools # go install github.com/atombender/go-jsonschema/cmd/gojsonschema@latest go install golang.org/x/tools/cmd/goimports@latest go: downloading golang.org/x/tools v0.38.0 go: golang.org/x/[email protected] requires go >= 1.24.0; switching to go1.24.9 go: downloading go1.24.9 (darwin/arm64) go: downloading golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 go: downloading golang.org/x/mod v0.29.0 go install golang.org/x/tools/gopls@latest go: golang.org/x/tools/[email protected] requires go >= 1.24.2; switching to go1.24.9 go install github.com/go-delve/delve/cmd/dlv@latest go install honnef.co/go/tools/cmd/staticcheck@latest go: honnef.co/go/[email protected] requires go >= 1.23; switching to go1.24.9 ``` If it is, @petkostas we might need to update to **Go 1.24** or downgrade `go-dev-tools` to use versions that support **Go 1.23**. -- 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]
