Skip to content

Commit

Permalink
ci: Change gosop branch for gopenpgp-v2 to gosop-gopenpgp-v2 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
lubux authored Aug 27, 2024
1 parent 09dfd62 commit b5837fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/test-suite/build_gosop.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cd gosop
echo "replace github.com/ProtonMail/go-crypto => ../go-crypto" >> go.mod
go get github.com/ProtonMail/go-crypto
go get github.com/ProtonMail/gopenpgp/v3/crypto@db2db2c2cd366696183a2d3cf6fea63eb679e54c
go get github.com/ProtonMail/gopenpgp/v3/crypto@c09849a05e9a6221a99bc1dd8731f36d16ea1757
go build .
1 change: 1 addition & 0 deletions .github/workflows/interop-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: ./.github/actions/build-gosop
with:
binary-location: ./gosop-${{ github.sha }}-v1
branch-gosop: gosop-gopenpgp-v2
# Upload as artifact
- name: Upload gosop artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b5837fa

Please sign in to comment.