sparkles: Use kairos-sdk module (#1140)

This commit is contained in:
Itxaka 2023-03-15 15:45:00 +01:00
parent a406cd83fe
commit bd20a74349

View File

@ -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