wilfred-s commented on code in PR #216: URL: https://github.com/apache/yunikorn-site/pull/216#discussion_r1031021806
########## docs/developer_guide/build.md: ########## @@ -33,7 +33,7 @@ Read the [environment setup guide](developer_guide/env_setup.md) first to setup ## Build YuniKorn for Kubernetes Prerequisite: -- Go 1.16+ +- Golang, check [yunikorn-k8shim/.go_version](https://github.com/apache/yunikorn-k8shim/blob/master/.go_version) to see the version of Yunikorn request. Review Comment: A bit more generic as we have multiple repos and all will have the same requirements not just the k8shim: ``` Golang: check the `.go_version` file in the root of the repositories for the version Yunikorn requires. The minimum version can change per release branch. Earlier Go versions might cause compilation issues. ``` -- 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]
