This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit 24a85883546224ab289e7fc68857c2b869355c52 Author: Mergebot <merge...@apache.org> AuthorDate: Wed Aug 8 23:30:00 2018 +0000 Prepare repository for deployment. --- content/get-started/quickstart-go/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/quickstart-go/index.html b/content/get-started/quickstart-go/index.html index 19a4dda..8a2435a 100644 --- a/content/get-started/quickstart-go/index.html +++ b/content/get-started/quickstart-go/index.html @@ -216,7 +216,7 @@ limitations under the License. <p>The Beam SDK for Go requires <code class="highlighter-rouge">go</code> version 1.10 or newer. It can be downloaded <a href="https://golang.org/">here</a>. Check that you have version 1.10 by running:</p> -<div class="highlighter-rouge"><pre class="highlight"><code>$ go --version +<div class="highlighter-rouge"><pre class="highlight"><code>$ go version </code></pre> </div>