From 242b61972ce8c24e71cbf1fe596ea2cc7e829ec7 Mon Sep 17 00:00:00 2001 From: Tom Chauveau Date: Sat, 29 May 2021 19:40:01 +0200 Subject: [PATCH] Update sops version to fix CI Signed-off-by: Tom Chauveau --- .github/workflows/ci.yml | 2 +- tests/ops/push-container/main.cue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b32fd2b..72d053ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: - name: Install Dependencies run: | # SOPS - sudo curl -L -o /usr/local/bin/sops https://github.com/mozilla/sops/releases/download/v3.6.1/sops-v3.6.1.linux + sudo curl -L -o /usr/local/bin/sops https://github.com/mozilla/sops/releases/download/v3.7.1/sops-v3.7.1.linux sudo chmod +x /usr/local/bin/sops - name: Import Dagger private key diff --git a/tests/ops/push-container/main.cue b/tests/ops/push-container/main.cue index 4a36d10e..c1fb4689 100644 --- a/tests/ops/push-container/main.cue +++ b/tests/ops/push-container/main.cue @@ -1,7 +1,6 @@ package testing import ( - "dagger.io/dagger" "dagger.io/dagger/op" "dagger.io/alpine" )