You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2022/07/10 12:27:18 UTC

[beam] branch master updated: [Website] Update minimum required Go version for sdk development (#22210)

This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 9fb8be0e3d9 [Website] Update minimum required Go version for sdk development (#22210)
9fb8be0e3d9 is described below

commit 9fb8be0e3d9a44109024fb9b3c57c3997ec33a3d
Author: Manu Zhang <ti...@ebay.com>
AuthorDate: Sun Jul 10 20:27:12 2022 +0800

    [Website] Update minimum required Go version for sdk development (#22210)
---
 website/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 87a1f27d9c4..f93c179d8ed 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).