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" )