diff --git a/staging.Dockerfile b/staging.Dockerfile index 95cdea5..ca5a7e6 100644 --- a/staging.Dockerfile +++ b/staging.Dockerfile @@ -27,7 +27,7 @@ RUN go env -w GOCACHE=/go-cache RUN go env -w GOMODCACHE=/gomod-cache RUN --mount=type=cache,target=/gomod-cache \ --mount=type=bind,source=./,target=/src,rw \ - /bin/bash -c 'go mod tidy; go get -t' + /bin/bash -c 'go mod tidy; go get' FROM cache AS build ARG MAKEOPTS