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