diff --git a/Earthfile b/Earthfile index b4e3c7d..4f03189 100644 --- a/Earthfile +++ b/Earthfile @@ -56,7 +56,6 @@ go-deps: FROM golang:$GO_VERSION WORKDIR /build COPY go.mod go.sum ./ - COPY sdk sdk RUN go mod download RUN apt-get update && apt-get install -y upx SAVE ARTIFACT go.mod AS LOCAL go.mod