From b9f0a388461a571c51e3f9e86ff7d08ee93a6ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Elek?= Date: Mon, 5 Dec 2022 16:21:57 +0100 Subject: [PATCH] build: use latest storj-up@main in Earthfile Change-Id: I480b1a73619fdc92d88294ab37b9a529f1ce5589 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 880b2f40d..1fdfaf370 100644 --- a/Earthfile +++ b/Earthfile @@ -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