[roll] Roll fuchsia [go] The go runtime and fidl-enabled go is fuchsia-only

This is step 2 of 3 of a restricting of the Golang Runtime to only
fuchsia binaries, as the last remaining host binaries are tests that
are also run on fuchsia.

This restricts the use of the fuchsia go runtime to just fuchsia
binaries, and removes the last host-side tests that were using
the fuchsia Go runtime.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1141944
Original-Revision: 4e926a61aba89cc540d04e3e74801242b51fe2d8
GitOrigin-RevId: b993bc8b49fe4732c5c31ab2a9f37614670e6c4b
Change-Id: Id8e941f777130d72e01e57a2791fd53b16856fc2
1 file changed
tree: 3febc3b49b84b551b9154b502d77a212f1e611f5
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.