From bd20a74349cd68e36937e949c10d7f7133a99165 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Wed, 15 Mar 2023 15:45:00 +0100 Subject: [PATCH] sparkles: Use kairos-sdk module (#1140) --- Earthfile | 1 - 1 file changed, 1 deletion(-) 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