Skip to content

Commit 9157be6

Browse files
committed
Updated readme
Fix #137 Signed-off-by: Cristian Maglie <[email protected]>
1 parent e6f25db commit 9157be6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

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

5656
### Building from source
5757

58-
You need [Go 1.4.3](https://golang.org/dl/#go1.4.3).
58+
You need [Go 1.5.4](https://golang.org/dl/#go1.5.4).
5959

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

@@ -68,7 +68,6 @@ go get github.com/go-errors/errors
6868
go get github.com/stretchr/testify
6969
go get github.com/jstemmer/go-junit-report
7070
go get golang.org/x/codereview/patch
71-
go get golang.org/x/tools/cmd/vet
7271
go build arduino.cc/arduino-builder
7372
```
7473

0 commit comments

Comments
 (0)