Skip to content

Commit 2b195cf

Browse files
author
Federico Fissore
committed
Updated go to 1.4.3. Updated README.md
Signed-off-by: Federico Fissore <[email protected]>
1 parent 65feb05 commit 2b195cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ See [Doing continuous integration with arduino builder](https://github.com/ardui
5353

5454
### Building from source
5555
56-
You need [Go 1.4.2](https://golang.org/dl/#go1.4.2).
56+
You need [Go 1.4.3](https://golang.org/dl/#go1.4.3).
5757

5858
Repo root contains script `setup_go_env_vars`. Use it as is or as a template for setting up Go environment variables.
5959

@@ -64,6 +64,7 @@ go get github.com/go-errors/errors
6464
go get github.com/stretchr/testify
6565
go get github.com/jstemmer/go-junit-report
6666
go get golang.org/x/codereview/patch
67+
go get golang.org/x/tools/cmd/vet
6768
go build
6869
```
6970

0 commit comments

Comments
 (0)