Files
moby/.github/workflows
Bjorn Neergaard a449f77774 hack: replace go-mod-prepare.sh with wrapper script
To make the local build environment more correct and consistent, we
should never leave an uncommitted go.mod in the tree; however, we need a
go.mod for certain commands to work properly. Use a wrapper script to
create and destroy the go.mod as needed instead of potentially changing
tooling behavior by leaving it.

If a go.mod already exists, this script will warn and call the wrapped
command with GO111MODULE=on.

Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2022-12-12 18:39:06 -07:00
..
2022-09-10 15:10:51 +02:00
2022-12-06 22:57:25 +01:00
2022-12-06 22:57:25 +01:00
2022-09-10 15:10:51 +02:00
2022-09-20 21:17:29 +02:00