diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-03-14 14:17:31 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-03-14 14:55:59 +0100 |
| commit | d23e90a7b44b62b0d3b116a6d30849ce66051529 (patch) | |
| tree | 1bdbc7c9d1d8e0b4f635a896147e26f1ad42b457 /docs/fuchsia | |
| parent | 1e8208402d9c84d5f3ee6e33b63db8befbf61032 (diff) | |
all: switch to Go 1.12
Differences in code formatting between Go versions cause constant
problems for us (https://github.com/golang/go/issues/25161).
Currently we support 1.9 and 1.10. Switch to newer 1.11 and 1.12.
Fixes #1013
Diffstat (limited to 'docs/fuchsia')
| -rw-r--r-- | docs/fuchsia/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/fuchsia/README.md b/docs/fuchsia/README.md index dd5243f91..3c06cf704 100644 --- a/docs/fuchsia/README.md +++ b/docs/fuchsia/README.md @@ -77,7 +77,7 @@ Then run FIDL compiler backend `fidlgen` with syzkaller generator, which compile To run `syz-ci` locally for Fuchsia, you need: -- Go 1.10 toolchain (in `/go1.10` dir in the example below) +- Go 1.12 toolchain (in `/go1.12` dir in the example below) - bootstrapped Fuchsia checkout (in `/bootstrap/fuchsia` dir in the example below) - bootstrap `syz-ci` binary (in the current dir, build with `make ci`) - `syz-ci` config similar to the one below (in `ci.cfg` file in the current dir) @@ -87,7 +87,7 @@ To run `syz-ci` locally for Fuchsia, you need: "name": "testci", "http": ":50000", "manager_port_start": 50001, - "goroot": "/go1.10", + "goroot": "/go1.12", "syzkaller_repo": "https://github.com/google/syzkaller.git", "managers": [ { |
