Skip to content

Commit b5837fa

Browse files
authoredAug 27, 2024··
ci: Change gosop branch for gopenpgp-v2 to gosop-gopenpgp-v2 (#224)
1 parent 09dfd62 commit b5837fa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.github/test-suite/build_gosop.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cd gosop
22
echo "replace github.com/ProtonMail/go-crypto => ../go-crypto" >> go.mod
33
go get github.com/ProtonMail/go-crypto
4-
go get github.com/ProtonMail/gopenpgp/v3/crypto@db2db2c2cd366696183a2d3cf6fea63eb679e54c
4+
go get github.com/ProtonMail/gopenpgp/v3/crypto@c09849a05e9a6221a99bc1dd8731f36d16ea1757
55
go build .

‎.github/workflows/interop-test-suite.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: ./.github/actions/build-gosop
1616
with:
1717
binary-location: ./gosop-${{ github.sha }}-v1
18+
branch-gosop: gosop-gopenpgp-v2
1819
# Upload as artifact
1920
- name: Upload gosop artifact
2021
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)
Please sign in to comment.