This is an automated email from the ASF dual-hosted git repository. tsato pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push: new 55fde93 doc(dev): update required Go version to 1.16 55fde93 is described below commit 55fde93d110b69ce971f65b95d94a76553a9d21e Author: Tadayoshi Sato <sato.tadayo...@gmail.com> AuthorDate: Tue Oct 5 15:13:36 2021 +0900 doc(dev): update required Go version to 1.16 --- docs/modules/ROOT/pages/contributing/developers.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/contributing/developers.adoc b/docs/modules/ROOT/pages/contributing/developers.adoc index 49cbb0b..acde644 100644 --- a/docs/modules/ROOT/pages/contributing/developers.adoc +++ b/docs/modules/ROOT/pages/contributing/developers.adoc @@ -22,7 +22,7 @@ There are many ways you can contribute to Camel K, not only software development In order to build the project, you need to comply with the following requirements: -* **Go version 1.15+**: needed to compile and test the project. Refer to the https://golang.org/[Go website] for the installation. +* **Go version 1.16+**: needed to compile and test the project. Refer to the https://golang.org/[Go website] for the installation. * **GNU Make**: used to define composite build actions. This should be already installed or available as a package if you have a good OS (https://www.gnu.org/software/make/). The Camel K Java runtime (camel-k-runtime) requires: