Skip to content

Commit

Permalink
ci: Update gosop branch for GopenPGP-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
lubux committed Aug 27, 2024
1 parent 38e83de commit b15de20
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b15de20

Please sign in to comment.