This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push:
new d7d9508 Update build requirements documentation
d7d9508 is described below
commit d7d95081ac67d4f818f2a46508c34764c881277e
Author: Antonin Stefanutti <[email protected]>
AuthorDate: Wed Jul 24 14:10:08 2019 +0200
Update build requirements documentation
---
docs/modules/ROOT/pages/developers.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/modules/ROOT/pages/developers.adoc
b/docs/modules/ROOT/pages/developers.adoc
index 3bff97a..31a17c9 100644
--- a/docs/modules/ROOT/pages/developers.adoc
+++ b/docs/modules/ROOT/pages/developers.adoc
@@ -12,8 +12,8 @@ to manage the lifecycle of those custom resources.
In order to build the project, you need to comply with the following
requirements:
-* **Go version 1.11.4+**: needed to compile and test the project. Refer to the
https://golang.org/[Go website] for the installation.
-* **Operator SDK v0.3.0+**: used to build the operator and the Docker images.
Instructions in the https://github.com/operator-framework/operator-sdk[Operator
SDK website] (binary downloads available in the release page).
+* **Go version 1.12+**: needed to compile and test the project. Refer to the
https://golang.org/[Go website] for the installation.
+* **Operator SDK v0.9.0+**: used to build the operator and the Docker images.
Instructions in the https://github.com/operator-framework/operator-sdk[Operator
SDK website] (binary downloads available in the release page).
* **GNU Make**: used to define composite build actions. This should be already
installed or available as package if you have a good OS
(https://www.gnu.org/software/make/).
[[checks]]