build: use latest storj-up@main in Earthfile

Change-Id: I480b1a73619fdc92d88294ab37b9a529f1ce5589
This commit is contained in:
Márton Elek 2022-12-05 16:21:57 +01:00 committed by Storj Robot
parent 2b78433cf0
commit b9f0a38846

View File

@ -67,7 +67,7 @@ build-binaries:
build-storjup:
RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg/mod \
CGO_ENABLED=0 go install storj.io/storj-up@25258f9
CGO_ENABLED=0 go install storj.io/storj-up@main
SAVE ARTIFACT /go/bin binaries AS LOCAL dist/up