We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f25db commit 9157be6Copy full SHA for 9157be6
README.md
@@ -55,7 +55,7 @@ See [Doing continuous integration with arduino builder](https://github.com/ardui
55
56
### Building from source
57
58
-You need [Go 1.4.3](https://golang.org/dl/#go1.4.3).
+You need [Go 1.5.4](https://golang.org/dl/#go1.5.4).
59
60
Repo root contains the script `setup_go_env_vars`. Use it as is or as a template for setting up Go environment variables.
61
@@ -68,7 +68,6 @@ go get github.com/go-errors/errors
68
go get github.com/stretchr/testify
69
go get github.com/jstemmer/go-junit-report
70
go get golang.org/x/codereview/patch
71
-go get golang.org/x/tools/cmd/vet
72
go build arduino.cc/arduino-builder
73
```
74
0 commit comments