Skip to content

Commit

Permalink
ci: Fix CI for v1 interoptest (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
lubux authored Sep 10, 2024
1 parent b5837fa commit 0f7b935
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_v1.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/v2/crypto@latest
go get github.com/ProtonMail/gopenpgp/v2/crypto@v2.8.0-alpha.1
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 @@ -52,6 +52,7 @@ jobs:
uses: ./.github/actions/build-gosop
with:
go-crypto-ref: main
branch-gosop: gosop-gopenpgp-v2
binary-location: ./gosop-main-v1
# Upload as artifact
- name: Upload gosop-main artifact
Expand Down

0 comments on commit 0f7b935

Please sign in to comment.