Skip to content

Commit

Permalink
ci: Update gosop breanch for GopenPGP-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
lubux committed Aug 27, 2024
1 parent ae58849 commit 493e710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/test-suite/determine_gosop_branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/sop-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 493e710

Please sign in to comment.