Skip to content

Commit a8fccd1

Browse files
authored
update to golang 1.10.3
1 parent 58256e7 commit a8fccd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installFromSourceDirections.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ https://confluence.atlassian.com/pages/viewpage.action?pageId=269981802
2828

2929
###### Install Golang
3030

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.
31+
Download latest version of go https://golang.org/dl/ This example uses 64 bit Linux and 1.10.3 is the latest tested version.
3232
```
33-
sudo tar -C /usr/local -xzf go1.10.2.linux-amd64.tar.gz
33+
sudo tar -C /usr/local -xzf go1.10.3.linux-amd64.tar.gz
3434
```
3535

3636
On Mac, installing go this way should work:

0 commit comments

Comments
 (0)