From a6f800a2a352c8ccda8081c71dda43e3bb5cec34 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Mon, 4 Jan 2021 16:04:20 -0800 Subject: [PATCH] use $UID/$GID for test as well --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d674484..1700067 100755 --- a/Makefile +++ b/Makefile @@ -254,7 +254,7 @@ test: $(BUILD_DIRS) @$(DKR) run \ -i \ --rm \ - -u $$(id -u):$$(id -g) \ + -u $(UID):$(GID) \ -v $$(pwd):/src \ -w /src \ -v $$(pwd)/.go/bin/$(OS)_$(ARCH):/go/bin \