You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -315,7 +315,7 @@ export GOPATH=$PWD
315
315
go get
316
316
go build
317
317
```
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.
319
319
320
320
`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.
0 commit comments