build: use latest storj-up@main in Earthfile
Change-Id: I480b1a73619fdc92d88294ab37b9a529f1ce5589
This commit is contained in:
parent
2b78433cf0
commit
b9f0a38846
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user