We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58256e7 commit a8fccd1Copy full SHA for a8fccd1
installFromSourceDirections.md
@@ -28,9 +28,9 @@ https://confluence.atlassian.com/pages/viewpage.action?pageId=269981802
28
29
###### Install Golang
30
31
-Download latest version of go https://golang.org/dl/ This example uses 64 bit Linux and 1.10.2 is the latest tested version.
+Download latest version of go https://golang.org/dl/ This example uses 64 bit Linux and 1.10.3 is the latest tested version.
32
```
33
-sudo tar -C /usr/local -xzf go1.10.2.linux-amd64.tar.gz
+sudo tar -C /usr/local -xzf go1.10.3.linux-amd64.tar.gz
34
35
36
On Mac, installing go this way should work:
0 commit comments