mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 18:34:16 +00:00
It appears that the `$GOPATH` in `working_directory` is being treated as a literal `GOPATH` at least when processing the `state_artifacts.path`. Inlining it seems to have worked, at the cost of some duplication. Signed-off-by: Ian Campbell <ijc@docker.com>