commit | d81e625ce148e941c86725c02d0c466af61f36cf | [log] [tgz] |
---|---|---|
author | Vadim Shtayura <vadimsh@chromium.org> | Wed May 18 22:50:53 2022 |
committer | Vadim Shtayura <vadimsh@chromium.org> | Wed May 18 22:50:53 2022 |
tree | 5a609824f081736f3bb4fdf9231063519febb5aa | |
parent | b1206c2a1f762ae5ac69ff8e0101f9b63ee11f24 [diff] |
[gae] Fix go111 build. Derp in https://chromium-review.googlesource.com/c/3651087. Presubmit tester do not build go111 and didn't catch this. R=iannucci@chromium.org Change-Id: I41de8ccf57bf57b603c01654cf285368e89f0463 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3651089 Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@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.