lburgazzoli commented on code in PR #5470:
URL: https://github.com/apache/camel-k/pull/5470#discussion_r1593529708


##########
docs/modules/ROOT/pages/contributing/developers.adoc:
##########
@@ -22,18 +22,17 @@ 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.16+**: needed to compile and test the project. Refer to the 
https://golang.org/[Go website] for the installation.
+* **Go version 1.21+**: 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/).
 * **JDK version 17+**: the build requires JDK version 17 or above. This 
corresponds to the JDK version of the integration base image.
 * **Maven version 3.8+**: the build requires Maven 3.8 or above. This 
corresponds to the version defined in the `build/Dockerfile`.
 * **MinGW**: needed to compile the project on Windows. Refer to the 
https://www.mingw-w64.org/[MinGW website] for the installation.
 * **Windows Subsystem for Linux (WSL)**: for running Linux binary executables 
natively on Windows. Refer to 
https://docs.microsoft.com/en-us/windows/wsl/install[WSL Website] for 
installation. Alternatively, you can use https://www.cygwin.com/[Cygwin] or 
https://www.educative.io/edpresso/how-to-install-git-bash-in-windows[Git Bash].
-
-NOTE: MacOS users will need to use *gnu-sed* to successfully run the Make 
build scripts (e.g. for generating the Camel K bundle). Please install gnu-sed 
on your machine (e.g. `brew install gnu-sed`) and set your PATH accordingly to 
use gnu-sed with: `export PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"`

Review Comment:
   seems a mistake, let me bring it back
   



-- 
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]

Reply via email to