Skip to content

Commit 5232271

Browse files
authored
Add note about go version required for compilation
See arduino#177
1 parent 6d4a183 commit 5232271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ export GOPATH=$PWD
315315
go get
316316
go build
317317
```
318-
will build the `arduino-create-agent` binary.
318+
will build the `arduino-create-agent` binary. Note that due to an issue with newer versions, golang 1.8 must be used to compile the project.
319319
320320
`compile_webidebridge.sh` contains the cross-platform script we use to deploy the agent for all the supported platforms; it needs to be adjusted as per your `go` installation paths and OS.
321321

0 commit comments

Comments
 (0)