commit | 201353b14430c2ed22055327ea681328b09fd18f | [log] [tgz] |
---|---|---|
author | Vadim Shtayura <vadimsh@chromium.org> | Fri May 20 23:04:01 2022 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 20 23:04:01 2022 |
tree | 36c00d6ba963c07b518fb452ae8c6e26bbd94fd5 | |
parent | 6a28f888531c40cf244e3b9f23535c0de69694a2 [diff] |
[machine-db] Switch to go116 runtime. This is a noop essentially since machine-db doesn't exist anymore and this code is not deployed anywhere. I attempted to remove it, but there are references to machine-db packages from "infra/unifiedfleet", so it is not as simple as "rm -rf" and should be done separately in b/189864019. R=iannucci@chromium.org CC=anushruth@google.com Change-Id: Iaf1294c0d923e42855a8fee82d5ef9f77ccf6a07 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3656371 Reviewed-by: Anushruth Sasivehalli <anushruth@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
LUCI Go code is meant to be worked on from an Chromium infra.git checkout, which enforces packages versions and Go toolchain version. First get fetch via depot_tools.git then run:
fetch infra cd infra/go eval `./env.py` cd src/go.chromium.org/luci
Contributing uses the same flow as Chromium contributions.