From 2ec479d4f7425d7859883a772ddd46878aebd80b Mon Sep 17 00:00:00 2001 From: Lukas Burkhalter <10532077+lubux@users.noreply.github.com> Date: Tue, 27 Aug 2024 13:15:33 +0200 Subject: [PATCH] ci: Update gosop breanch for GopenPGP-v2 (#294) --- .github/test-suite/determine_gosop_branch.sh | 2 +- .github/workflows/sop-test-suite.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/test-suite/determine_gosop_branch.sh b/.github/test-suite/determine_gosop_branch.sh index d3525783..2c47d065 100755 --- a/.github/test-suite/determine_gosop_branch.sh +++ b/.github/test-suite/determine_gosop_branch.sh @@ -3,5 +3,5 @@ VERSION=$(awk '/^module github.com\/ProtonMail\/gopenpgp\/v[0-9]+/ {print $NF}' if [ "$VERSION" -eq 3 ]; then echo "gosop-gopenpgp-v3" else - echo "main" + echo "gosop-gopenpgp-v2" fi diff --git a/.github/workflows/sop-test-suite.yml b/.github/workflows/sop-test-suite.yml index 6ed7aede..db9052de 100644 --- a/.github/workflows/sop-test-suite.yml +++ b/.github/workflows/sop-test-suite.yml @@ -46,7 +46,7 @@ jobs: name: Run interoperability test suite runs-on: ubuntu-latest container: - image: ghcr.io/protonmail/openpgp-interop-test-docker:v1.1.7 + image: ghcr.io/protonmail/openpgp-interop-test-docker:v1.1.9 credentials: username: ${{ github.actor }} password: ${{ secrets.github_token }}