mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![]() When using go modules, `go build` will always fetch the latest version of the package, so ignores the version we previously `go get`'d. Instead of running `go get` and `go build` separately, this patch uses `go get` (without the `-d` option) to do it all in one step. Given that this binary is only used for testing, and only used inside the Dockerfile, we should consider inlining this step in the Dockerfile itself, but keeping that separate for now. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> |
||
---|---|---|
.. | ||
containerd.installer | ||
dockercli.installer | ||
golangci_lint.installer | ||
gotestsum.installer | ||
install.sh | ||
proxy.installer | ||
rootlesskit.installer | ||
runc.installer | ||
shfmt.installer | ||
tini.installer | ||
tomlv.installer | ||
vndr.installer |