From 9fb8be0e3d9a44109024fb9b3c57c3997ec33a3d Mon Sep 17 00:00:00 2001 From: Manu Zhang Date: Sun, 10 Jul 2022 20:27:12 +0800 Subject: [PATCH] [Website] Update minimum required Go version for sdk development (#22210) --- .../www/site/content/en/contribute/get-started-contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/www/site/content/en/contribute/get-started-contributing.md b/website/www/site/content/en/contribute/get-started-contributing.md index 87a1f27d9c46..f93c179d8ed4 100644 --- a/website/www/site/content/en/contribute/get-started-contributing.md +++ b/website/www/site/content/en/contribute/get-started-contributing.md @@ -97,7 +97,7 @@ Questions can be asked on the [#beam channel of the ASF Slack](https://beam.apac - Java JDK 8 installed. - [Docker](https://www.docker.com/) installed for some tasks including building worker containers and testing changes to this website locally. - For SDK Development: - - [Go](https://golang.org) 1.12 or later installed for Go SDK development. + - [Go](https://golang.org) 1.16.0 or later installed for Go SDK development. - Python 3.x interpreters. You will need Python interpreters for all Python versions supported by Beam. Interpreters should be installed and available in shell via `python3.x` commands. For more information, see: Python installation tips in [Developer Wiki](https://cwiki.apache.org/confluence/display/BEAM/Python+Tips#PythonTips-InstallingPythoninterpreters).